@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Nunito');

html {
  scroll-behavior: smooth;
  min-height: 100%;
}
body{
  overflow-x: hidden;
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
}
.text-center {
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 26px !important;
}

/* TOP BAR */
a:focus, a:hover {
  text-decoration: none !important;
  color: inherit;
}
a{
  text-decoration: none !important;
  color: inherit;
}
.top_border {
  border-bottom: 1px solid #eeeeee;
}

/* .topbar_addr,.topbar_phone{
    padding: 20px 0 20px 0;
    font:600 12px 'Open Sans',sans-serif;
    text-transform: uppercase;
    border-right:1px solid #eeeeee;
}

.topbar_addr{
    padding-left: 35px;
    border-right:1px solid #eeeeee;
    border-left:1px solid #eeeeee;
    margin-right: 10px;
}
.topbar_addr i.fa, .topbar_phone i.fa{
    font-size:17px;
    color:#00387d;
    margin-right: 10px;
    vertical-align: middle;
}
*/
.topbar_phone {
    padding: 8px 18px;
    /* font: 600 12px Verdana, Arial, Helvetica, sans-serif; */
    border-right: 1px solid #eeeeee;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.topbar_phone i.fa {
  font-size: 17px;
  color: #00387d;
  margin-right: 10px;
  vertical-align: middle;
}

.topbar_nav {
  overflow: hidden;
  /* border-right: 1px solid #eeeeee; */
  float: right;
  display: block;
}

.topbar_nav ul {
  margin-bottom: 0;
  padding: 0;
}

.topbar_nav li {
  float: right;
  list-style: none;
  padding: 0px 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

.topbar_nav li i {
  padding-right: 10px;
  font-size: 16px;
  vertical-align: middle;
}

/* .topbar_nav li:last-child {
  border-left: 1px solid #eeeeee;
} */
.topbar_nav li a {
  display: block;
  width: 100%;
  padding: 8px 18px;
  border-right: 1px solid #eeeeee;
  font-weight: 500;
  color: #333;
}

.topbar_nav li:last-child a {
  color: #00387d;
}

.topbar_nav li:first-child a {
  border-right: 0;
  padding-right: 0;
}

.topbar_nav li a:hover, .b-topBar__lang a:hover {
  text-decoration: underline;
}

.top_searchbox {
  position: relative;
  width: 100%;
}

.top_searchbox button {
  position: absolute;
  background: #00387d;
  color: #fff;
  top: 0;
  right: 0;
  height: 40px;
  width: auto;
  border: none;
  padding: 0px 5px;
}
input#ini_search::placeholder {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    position: relative;
    top: 2px;
}
input#ini_search{
    border: solid 1px #55585F;
}
.top_searchbox button i {
  padding: 0 20px;
}

input[type=text] {
  width: 100%;
    background: #fff;
    border: 1px solid #3333335c;
    height: 40px;
    padding: 0px 15px;
    color: #636363;
    /* background: #f5f5f5; */
    font-size: 12px;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.075);
    outline: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #dcdcdc;
  min-height: 70px;
  color: #636363;
  background: #f5f5f5;
  font-size: 12px;
  outline: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

sup {
  color: #ff0000;
  padding-left: 3px;
  font-size: 18px;
  top: -0.10em;
}

.top_searchbox button, .newsletter_input button {
  position: absolute;
  background: #00387d;
  color: #fff;
  top: 0;
  right: 0;
  height: 40px;
  width: auto;
  border: none;
  padding: 0px 5px;
}

button {
  background: #00387d;
  color: #fff;
  height: 40px;
  width: auto;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px 25px;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

input:hover, input:focus {
    border: 1px solid #00387d;
    outline: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

button:hover, button:focus {
  outline: none;
}

.top_cart {
    text-align: right;
    width: auto;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}

.top_cart a {
  color: #333;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  cursor: pointer;
}

.cart_wishlist, .cart_shopping {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.cart_wishlist i, .cart_shopping i {
  font-size: 36px;
  margin-right: 10px;
}

.cart_wishlist .wishlist_count, .cart_shopping .shopping_count {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #00387d;
  position: absolute;
  top: -2px;
  left: 20px;
  color: #fff;
  text-align: center;
  /* padding: 5px; */
}

/*
.cart_shopping .shopping_count {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #00387d;
  position: absolute;
  top: -2px;
  left: 25px;
  color: #fff;
  text-align: center;
} */
/* NAVBAR */
.nav_main {
  padding: 8px 0px 0px;
  position: relative;
  background-color: #00387d;
}
.hide_span {
    display: none;
}

.nav_mainlogo {
  padding: 10px 0px;
  position: relative;
}

.nav_logo {
  float: left;
  padding: 8px 0 0 0px;
  text-transform: uppercase;
}

.nav_logo h3 {
  margin: 0;
  font-size: 26px;
  line-height: 20px
}

.nav_logo h3 a {
  text-decoration: none;
  font: 700 26px 'Titillium Web', sans-serif;
}

.nav_logo h2 {
  margin: 0;
  line-height: 15px;
  font-size: 11px;
  margin-top: -5px;
}

.nav_logo h2 a {
  font: 300 11px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.nav_main_list {
  /* float: right; */
  /* float: left; */
}

.nav_main_list ul {
  /* margin-top: 20px; */
  padding-left: 0;
  margin-bottom: 0;
}

.nav_main_list ul li {
  float: left;
  list-style: none;
  height: auto;
}

.navbar-collapse.in {
  overflow-y: initial;
}

.navbar-nav-menu>li>.dropdown-menu {
  display: block !important;
  height: 0px;
  overflow: hidden;
  opacity: 0;
}

.navbar-nav-menu>li.open>.dropdown-menu {
  height: auto;
  padding-bottom: 3px;
  opacity: 1;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.nav_main_list ul li a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 6px 15px 15px 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.71px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

.nav_main_list ul li a:nth-child(1) {
  padding-left: 0px;
}

/*.nav_main_list ul li a:hover {
  border-bottom: 2px solid #00387d;
}*/

.nav_main_list ul li a i.fa {
  margin-left: 4px;
}

.navbar-toggle {
  float: left;
  background-color: #00387d !important;
}

.navbar-toggle .icon-bar {
  background: aliceblue;
}

.sub_nav li {
  display: block;
  float: none !important;
}

.sub_nav {
  margin-top: 0 !important;
}

.sub_nav li a {
  display: block !important;
  text-align: left;
  padding: 10px 14px !important;
}

i.fa-caret-down {
  color: #00387d;
}

.navbar-collapse {
  padding: 0;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  background: #00387d;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0px 3px 1px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
}

/* Slider */
.banner_slider .slide {
  border: 1px solid #f2f2f2;
  padding: 6px;
}

.carousel-control, .carousel-control:hover {
  background-image: none !important;
}

.banner_slider .carousel-inner .item>img {
  width: 100%;
  height: 450px;
}

.carousel-control.right i.fa {
  height: 65px;
  width: 35px;
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
  right: 6px;
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  padding-top: 20px;
  padding-left: 9px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.carousel-control.left i.fa {
  height: 65px;
  width: 35px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  left: 6px !important;
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  padding-top: 20px;
  padding-right: 9px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .active {
  opacity: 1;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .next.left,
.carousel-fade .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*TESTIMONIALS*/
.testimonial {
  /* background: #f9f9f9; */
  /* padding: 0 0 30px; */
}

.testimonial .carousel-control {
  width: 0;
}

.testimonial_img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  background: #ccc;
}

.testimonial_img img {
  width: 100%;
  height: 100%;
}

.main_title {
  text-transform: uppercase;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 20px 15px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cmpre{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.h1-title {
  text-transform: uppercase;
  font-size: 24px;
  color: #00387d;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 20px 15px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.carousel-3d-container {
  .carousel-3d-slide {
    padding: 20px;
  }
}

/* our Categories */
.our_categories .category_circle {
  background: #fff;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  position: relative;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  margin: 0px auto;
  padding: 0px;
  /* -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; */
}

.our_categories img {
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 25px;
  margin: 0 auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.our_categories .category_circle:hover {
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.10), 0 6px 5px 0 rgba(0, 0, 0, 0.10);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.our_categories .featured_item_box h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 15px;
  color: #333;
}

.our_categories .featured_item_box .category_view {
  color: #00387d;
  text-align: center;
  font-size: 14px;
  margin: 20px 0px 0;
}

/* Featured */
.row-flex {
    /*display: -webkit-box; */
    display: -webkit-flex;
    display: -ms-flexbox;
    /* display: flex; */
    flex-wrap: wrap;
}
.row-flex [class*="col-"] {
    margin-bottom: 25px;
}
.featured_product {
  padding: 0px 0 0px 0;
  text-align: center;
  position: relative;
  /* box-shadow: 0px 30px 100px -38px rgba(0, 0, 0, 0.3); */
}
.featured_product .col-xs-12.col-sm-6.col-md-4.col-lg-4.ng-scope {
    padding: 15px 0;
}
.featured_item_box {
  width: 260px;
  height: 100%;
  float: left;
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 15px;
  margin: 0 11px 11px 11px;
  border: 1px solid #e8e8e8;
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.1)
}
label.container_lbl input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
span.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    border: 0.1px solid #d5d5d5;
    z-index: 9;
}
.result_search_ins_1 {
    font: 500 16px Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    float: left;
    position: relative;
    top: 25px;
}
.container_lbl input:checked ~ .checkmark:after {
    display: block;
}
.container_lbl .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #d81317;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
label.container_lbl {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    color: #4D5256;
}
/* .single-product-section .featured_item_box {
  width:240px;
} */
/*.featured_item_box:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 6px 5px 0 rgba(0, 0, 0, 0.10);
}*/

.featured_item_box>a {
  position: relative;
  display: block;
  /* margin-bottom: 15px; */
}

.featured_item_box .new_brand, .featured_item_box .m-leasing {
  background-color: #00387d;
  color: #fff;
  font: 600 10px Verdana, Arial, Helvetica, sans-serif;
  padding: 5px 10px;
  text-transform: uppercase;
  position: absolute;
  top: -25px;
  right: 0px;
  z-index: 1000;
}

.featured_item_box .stock_status {
  font: 600 14px Verdana, Arial, Helvetica, sans-serif;
  padding: 2px 2px;
  text-transform: uppercase;
  position: absolute;
  top: -30px;
  left: 0px;
  z-index: 1000;
}

.featured_item_box .in {
  color: #128026;
}

.featured_item_box .out {
  color: #d1252a;
}

.feature_info {
  text-align: left;
  /* margin: 2px 10px; */
  /* display: block; */
}

.feature_info a {
  padding: 8px;
  color: #00387d !important;
  /* margin-right: 6px; */
}
.feature_info .addcart_btn {
    /*height: 25px;*/
    /*width: auto;
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0px 10px;
    margin-right: 5px;*/
    color: #fff;
    text-transform: uppercase;
    /* display: inline-block; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 8px 12px;
    width: auto;
    font-weight: 600;
}
.feature_info .cartbtn_bg {
    background: #00387d;
}
.feature_info .buybtn_bg {
    background: #00387d;
}
.feature_info .cartbtn_bg:hover {
  color: #fff !important;
  background-color: #c27c06;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.feature_info .buybtn_bg:hover {
  color: #fff !important;
  background-color: #ad4918;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.feature_ratings {
  display: block;
  padding: 2px 10px;
}
.feature_shipping {
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
  padding: 3px 10px;
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.feature_ratings .customer_review {
  color: #337ab7;
  /* text-decoration: underline; */
  font-size: 14px;
}
.product_brand>.feature_ratings {
  display: inline-block;
}

.feature_ratings ul {
  display: flex;
  list-style: none;
  padding: 0px;
  color: #e7a200;
  margin: 0;
}


.product_img_head{
  width: 100%;
  display: inline-block;
  vertical-align:top;
}

.product_img_head img {
    width: 160px;
    height: 160px;
    display: table;
    margin: 0 auto;
    object-fit: contain;
    position: unset !important;
    left: unset !important;
    top: unset !important;
    margin-left: auto !important;
    margin-top: unset !important;
    margin-right: auto !important;
}
.path-part-searchelastic .product_img_head img{
  width: 150px;
  height: 150px;
  display: table;
  margin: 0 auto;
  object-fit : contain;
}
.path-part-searchelastic .featured_img {
    width: auto;
    height: 125px;
    display: flex;
    align-items: center;
 }
.featured_img {
  width: auto;
  height: auto;
  /* display: -webkit-inline-box; */
  margin: 5px;
  padding: 5px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  /*
  width: 160px;
  height: 130px;
  max-width: 100%;
  display: block;
  margin: 0 auto; */
}

.featured_item_price {
  padding: 5px 5px;
  font: 500 14px Verdana, Arial, Helvetica, sans-serif;
  color: #1d1d1d;
  float: left;
  text-align: left;
  margin-left: 5px;
  line-height: 2;
}

.price_color {
  font: 600 16px Verdana, Arial, Helvetica, sans-serif;
  color: #d81317;
  padding-left: 5px;
  letter-spacing: 1px;
}
.price_strike {
  font: 500 14px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: line-through;
  color: #464646;
  padding-left: 5px;
  letter-spacing: 1px;
}
.featured_item_box h5 {
  font: 500 14px Verdana, Arial, Helvetica, sans-serif;
  color:#00387d;
  padding: 15px 5px 3px 5px;
  margin: 0px 0px 0px 0px;
  clear: both;
  text-align: left;
  word-break: break-word;
  border-top: 1px solid #B4B4B4;
  position: relative;
}

.featured_item_box a {
  color: #31353c; 
  text-decoration: none !important;
  padding: 5px 5px;
}

.featured_item_box h5:after {
  background: url(../images/down_arrow.png) center no-repeat;
  /* content: "\f107"; */
  content: " ";
  font-family: "FontAwesome";
  width: 15px;
  left: 20px;
  height: 7px;
  position: absolute;
  top: -1px;
  display: block;
}

.product_wishlist {
  position: relative;
  float: right;
  padding: 5px;
  bottom: 0;
  right: 15px;
}

.product_wishlist i {
  font-size: 22px;
  color: #e7a200;
}

.view_all {
  display: block;
  margin: 12px 0;
  padding: 0;
  clear: both;
}

.view_all button {
  outline: none;
  background: #00387d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 0px auto;
  font-weight: 500;
}
.pagination.pull-right.pagi_master.ng-scope {
    float: none !important;
    display: table;
    margin: 0 auto;
}
.pagination.pull-right.pagi_master.ng-scope ul li.ng-scope.active a {
    color: #fff;
}
.pagination.pull-right.pagi_master.ng-scope ul li {
    display: inline-block;
    padding: 5px 12px;
}
.pagination.pull-right.pagi_master.ng-scope {
    float: none !important;
}
.pagination.pull-right.pagi_master.ng-scope ul li a {
    color: #f5f5f5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pagination.pull-right.pagi_master.ng-scope ul li.ng-scope.active {
    /*background: #00387d;*/
}
li.menu-item.menu-item--active-trail a {
    color: #d81317 !important;
    font-weight: 600;
}
.view {
/*  color: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  border: 2px solid #F7CA18;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);*/
  outline: none;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 0px auto;
  font-weight: 500;
  background: #00387d;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.view:hover  {
  color: #fff !important;
  background-color: #343434;
}

/* Abpout us */
.about_us {
  padding: 0px 0 0px 0;
  text-align: center;
  position: relative;
  /* box-shadow: 0px 30px 100px -38px rgba(0, 0, 0, 0.3); */
  z-index: 100;
}
.about_bg_img {
    padding: 3px 5px;
    /*width: 350px;*/
    margin: 0;
}
.about_us img {
  max-width: 100%;
}

.about_us p {
  margin: 10px 0;
}

/*VIDEO*/
.video_block .video_slide .videoslide_img {
  top: 0 !important;
  z-index: 0;
}

/* .video_block .video_slide .videoslide_img li a::after {
  position: absolute;
  content: '\f16a';
  font-family: "FontAwesome";
  cursor: pointer;
  top: 45%;
  right: 45%;
  color: #bf0c24;
  font-size: xx-large;
  z-index: 99999999;
} */
.video_block .video_slide .left {
  position: absolute !important;
  left: -50px !important;
  top: 43% !important;
  cursor: pointer;
}

.video_block .video_slide .right {
  position: absolute !important;
  right: -50px !important;
  top: 43% !important;
  cursor: pointer;
}

.video_block .video_slide .left i, .video_block .video_slide .right i {
  font-size: 46px;
}

.fancybox-overlay {
  z-index: 11111 !important;
}

.client_block {
  /* margin: 0 0 30px 0; */
  padding: 40px 0;
  background-image: url(../images/client-bg.jpg);
  background-repeat: repeat;
  background-position: center;
  position: relative;
  text-align: center;
}

.client_block .carousel-inner ul {
  list-style-type: none;
  display: block;
}

.client_block .carousel-inner ul li {
  display: inline-block;
}

.client_block .carousel-control.right i.fa {
  height: 65px;
  width: 35px;
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
  right: 6px;
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  padding-top: 14px;
  padding-left: 9px;
  text-align: center;
}

.client_block .carousel-control.left i.fa {
  height: 65px;
  width: 35px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  left: 6px !important;
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  padding-top: 14px;
  padding-right: 9px;
  text-align: center;
}

/* .client_block .carousel-inner img {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px;
} */
/*FOOTER*/
footer {
  width: 100%;
  background: #111;
  color: #7c7e83;
}

.footer_main .footer_newsletter {
  background: #181818;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
}

.footer_main .footer_newsletter h3 {
  font-size: 22px;
  line-height: 40px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /* text-transform: capitalize; */
  margin-bottom: 3px;
}

/* .footer_main .footer_newsletter .newsletter_input {
    width: 50%;
    margin: 10px 0 0 0;
} */
/* .newsletter_input input {
    width: 50%;
} */
.newsletter_input button {
  width: 100px;
  text-transform: uppercase;
  font: 500 14px Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
}

.footer_info {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 60px 0;
}

.footer_info .footer_title {
  color: #f7f7f7;
  font: 16px Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  /*border-bottom: solid 1px #3a3a3a;
  padding-bottom: 20px;*/
  margin: 0 0 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer_info ul, .social_icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer_info li {
  color: #7c7e83;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
  letter-spacing: 0.5px;
}

.footer_info .personal_info li {
  text-indent: -25px;
  margin-left: 25px;
}

.footer_info .personal_info li i {
  margin-right: 5px;
}

.footer_info ul>li:first-child {
  margin-top: 0px;
}

.footer_info li i {
  font-size: 18px;
  color: #999999;
  margin-right: 20px;
  float: left;
  width: 20px;
}

.footer_info a {
  color: #7c7e83;
  text-decoration: none;
  font-size: 13px;
}

.personal_info a:hover, .social_icons li i:hover {
  /*color: #fff;*/
  text-decoration: none;
}

.social_icons li i {
  font-size: 20px;
  color: #999999;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  width: auto;
}

.copy_right {
    padding: 20px 0 20px;
    margin: 0px auto;
    font-size: 12px;
    text-align: center;
    /* border-top: 1px solid #272727; */
    color: #7c7e83;
    font-size: 12px;
    text-transform: capitalize;
}

/* .footer_main button:hover, .footer_main button:focus {
  outline: none;
}

.footer_main button {
  position: absolute;
  background: #00387d;
  color: #fff;
  height: 40px;
  width: 60px;
  border: none;
  padding: 0px 5px;
} */

#buyer_guide input[type=text] {
    border: 1px solid #333333;
    border-radius: 5px;
}
/*PRODUCT DESCRIPTION*/
.product_desc .product_desc_bg {
  padding: 40px;
  background: url('../images/productdesc-bg.jpg');
  background-size: cover;
}

.product_desc .product_desc_bg h3 {
  color: #fff;
  font: 700 24px Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px;
}

.breadcrumb_part {
  list-style: none;
  margin: 0 30px;
  padding: 0;
  text-align: right;
}

.breadcrumb_part li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  line-height: 1.85;
}

.breadcrumb_part li a, .breadcrumb_part li i {
  color: #c7c7c7;
  padding-right: 5px;
  padding-left: 5px;
}

.breadcrumb_part .active {
  color: #00387d;
}

.product_image {
  border: solid 1px #e6e6e6;
  margin: 0;
  padding: 10px;
  height: auto;
}

.product_desc_content h4 {
  color: #464646;
  font: 600 15px Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  word-break: break-word;g
}

.product_desc_content p {
  margin: 5px 0;
}

.product_desc_content .product_instock {
  color: #128026;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.product_desc_content .product_brand img {
  width: 50px;
  float: left;
  padding-right: 10px;
}

.product_desc_content .total_price {
  color: #565656;
  font-size: 24px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
  /* letter-spacing: 1px; */
  margin-top: 0;
}

.product_desc_content .mrp_price {
  color: #464646;
  font-size: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
  /* letter-spacing: 1px; */
  padding: 5px 0 0 10px;
  margin-top: 0;
}

.product_desc_content .mrp_price {
  font-size: 16px !important;
  color: #464646 !important;
  text-decoration: line-through;
}

.product_desc_content .save_price {
  color: #464646 !important;
  font-size: 12px;
  font-weight: 600;
}
.product_desc_content .select_color {
  margin: 0 10px 15px 0px;
  margin-left: 0;
  float: left;
  display: block;
}

.select_color .color_block {
  display: inline;
  position: relative;
  margin:0 45px 0 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select_color .color_input {
  position: absolute;
  opacity: 0;
  height: 35px;
  width: 35px;
  left: 0px;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.select_color .colors {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  border:3px solid #d2d2d2;
  z-index: -1;
}
.color_1 {
   background-color: #d2d2d2;
 }
.color_2 {
   background-color: #d1252a;
 }
 .color_3 {
   background-color: #312920;
 }
 .color_4 {
   background-color: #e7a200;
 }

.color_block .color_input:checked ~ .colors{
  /* background-color: #2196F3; */
  border: 3px solid #2196F3;
}
.product_desc_content .feature_ratings li:last-child {
  margin-left: 15px;
}

.product_desc_content .feature_ratings li:last-child a, .stock_block a {
  color: #337ab7;
  text-decoration: underline;
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

.color_blue {
  color: #00387d;
}

.product_desc_content .total_price span {
  font: 600 22px Verdana, Arial, Helvetica, sans-serif;
  color: #B12704;
}

.product_desc_content .product_buttons {
  display: block;
  margin-left: 0px;
}

.product_desc_content .product_buttons button {
  margin-right: 15px;
  font-weight: 600;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e !important;
  border-color: #eea236 !important;
}

.quantity {
  /*float: left; */
  margin: 15px 10px;
  margin-left: 0;
  height: 30px;
  border: solid 1px #e6e6e6;
  display: block;
  width: 150px;
  clear: both;
}

.quantity .group-quantity-button a {
  display: inline-block;
  width: 35px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  color: #8e8e8e;
  font-size: 13px;
}

.quantity .input-text {
  border-top: none;
  border-bottom: none;
  border-right: solid 1px #e6e6e6;
  border-left: solid 1px #e6e6e6;
  line-height: 30px;
  height: 25px;
  text-align: center;
  font-size: 16px;
  color: #8e8e8e;
  width: 69px;
}

.buy_access h4 {
  color: #333;
  /* margin-top: 10px; */
  font-weight: 600;
  padding: 5px 5px 10px 0px;
  margin: 5px 0px 0px 0px;
  clear: both;
  text-align: left;
  border-bottom: 1px solid #B4B4B4;
  position: relative;
}

.buy_access h4::after {
  background: url(../images/down_arrow.png) center no-repeat;
  /* content: "\f107"; */
  content: " ";
  font-family: "FontAwesome";
  width: 15px;
  left: 20px;
  height: 7px;
  position: absolute;
  bottom: -6px;
  display: block;
}

.buy_access ul {
  margin: 0;
  padding: 0;
}

.buy_access ul .buy_access_product {
  padding: 10px 0;
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}

.buy_access ul .buy_access_product .thumb {
  float: left;
  margin-right: 10px;
  max-width: 75px;
}

.buy_access ul .buy_access_product .thumb a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 3px;
}

.buy_access ul .buy_access_product .access_cont {
  padding: 0;
  margin-bottom: 0;
  /* display: inline-block; */
  text-align: left;
  /* max-width: 150px; */
}

.buy_access ul .buy_access_product .access_cont .access_name {
  color: #464646;
  font-size: 14px;
}

.buy_access ul .buy_access_product .access_cont .access_number {
  color: #B12704 !important;
  font-size: 14px;
  line-height: 2;
}

.key_feat_txt {
  letter-spacing: 0.75px;
}

.key_feat_txt h4 {
  font-weight: 600;
  color: #565656;
}

.key_feat_txt ul {
  margin: 0;
  padding: 0;
}

.key_feat_txt li {
  list-style: circle;
  padding: 5px 0;
  font-size: 14px;
}

.product_image .productslide_img {
  display: block;
  width: 100%;
  height: 220px;
}

.product_image .productslide_img img {
  /* width: 100%;
  height: 100%; */
  width: 60%;
    max-height: 100%;
    margin: 0px auto;
    display: block;
    margin-top: 5%;
    object-fit: contain;
}

#owl-1 .owl-carousel.owl-drag .owl-item {
  margin-right: 0 !important;
}

#owl-2 {
  margin-top: 10px;
}

#owl_2>.owl-nav {
  display: none;
}

#owl_2 {
  padding: 10px 15px;
}

#owl_2 .owl-stage-outer .owl-stage img {
  cursor: pointer;
}

/* .slide_buttons {
  display: table;
  margin: 100px auto;
} */
.slide_buttons .prev_btn {
  background: #00387d;
  color: #fff;
  padding: 5px;
  margin-left: 15px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: 0;
}

.slide_buttons .next_btn {
  background: #00387d;
  color: #fff;
  padding: 5px;
  margin-right: 15px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  bottom: 15px;
  right: 0;
}
.item_border {
  padding: 5px;
  margin: 0;
  border: 1px solid #e6e6e6;

}

/* .next_btn, .prev_btn{
    float: right;
    background: #2d9070;
    color: #fff;
    padding: 10px;
    margin-left: 5px;
    cursor: pointer;
} */
.review_progress {
  height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.container.review_block.cust_wdt .main_title{
  text-align: left;
}
.review_progress_bar {
  float: left;
  width: 0;
  height: 100%;
  padding-left: 5px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  text-align: center;
  background-color: #e7a200;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.comment_block {
  margin-bottom: 20px;
}

.no-margin {
  padding: 0;
  margin: 0;
}

.review_thumb {
  padding: 0px 0px;
  width: 50px;
  height: 50px;
  margin-left: 25px;
}

.review_thumb img {
  max-width: 100%;
}

.comment_block .comment_body {
  position: relative;
  padding: 15px;
  border: 1px solid #e0e0e0;
}

.comment_block .comment_body:before {
  left: -10px;
  border-color: transparent #e0e0e0 transparent transparent;
}

.comment_block .comment_body:after {
  left: -8px;
  border-color: transparent #fff transparent transparent;
}

.comment_block .comment_body:before, .comment_block .comment_body:after {
  content: "";
  border-width: 7.5px 10px 7.5px 0;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 20px;
}

.comment_block .comment_body .author {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}

.star-holder .star {
  display: inline;
}

.comment_block .comment_body .date {
  color: #8c8c8c;
  margin-right: 15px;
  font-size: 14px;
  /* line-height: 26px; */
}

.comment_block .comment_body .comment_text {
  margin: 10px 0 7px 0 !important;
}

#single-product-tab .new-review-form {
  margin: 53px 0 0 0;
}

#single-product-tab .new-review-form h2 {
  font-size: 22px;
  line-height: 36px;
}

#single-product-tab .new-review-form form {
  margin: 27px 0 0 0;
}

#single-product-tab .new-review-form .field-row {
  margin-bottom: 36px;
}

#single-product-tab .new-review-form .star-row {
  margin-bottom: 27px !important;
}

#single-product-tab .new-review-form .star-row .star-holder {
  padding: 9px 0 0 0;
}

.star-holder .star {
  display: inline;
}

#single-product-tab .new-review-form .buttons-holder {
  margin: -16px 0px 0 0px;
  text-align: right;
}

#single-product-tab .new-review-form .buttons-holder button {
  padding: 14px 31px;
}

/*media Query*/
}

@media (max-width: 600px) {
  input[type=text] {
    height: 35px;
  }

  .top_searchbox button, .newsletter_input button {
    height: 35px;
  }

  .nav_mainlogo {
    padding: 5px 0px;
  }

  .top_searchbox button i {
    padding: 0 5px !important;
  }

  .footer_main .footer_newsletter {
    display: block;
  }
}

@media (max-width: 768px) {
  .topbar_nav li a {
    padding: 8px 4px;
  }
  .prod_specification table {
    width: 600px !important;
  }
  .topbar_nav li i {
    padding-right: 5px;
    font-size: 14px;
  }

  .cart_wishlist span:nth-of-type(odd), .cart_shopping span:nth-of-type(odd) {
    font-size: 12px;
    display: none;
  }

  .banner_slider .carousel-inner .item>img {
    height: 230px;
  }

  .featured_item_box {
    width: 100% !important;
    height: 100%;
    margin: 10px auto;
    align-items: center;
  }

  .review_block .comments {
    margin-top: 25px;
  }

  .product_desc .product_desc_bg {
    padding: 20px;
  }

  .product_desc .product_desc_bg h3 {
    font: 600 16px Verdana, Arial, Helvetica, sans-serif;
  }

  .breadcrumb_part li {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (min-width: 769px) {
  .topbar_nav li a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 500;
  }

  .topbar_nav li i {
    padding-right: 5px;
    font-size: 14px;
  }
  .path-cartpage .cart-total {
    float: right;
    width: 580px;
}
}

@media (min-width:769px) and (max-width:992px) {
  .featured_item_box {
    width: 300px;
    margin: 0px 20px 30px 20px;
  }
}

@media (max-width:1200px) {

  /* .featured_item_box {
    width: 200px;
    margin: 0px 15px 30px 15px;
  } */
  .nav_main_list ul li a {
    padding: 0 10px 15px 10px;
    font-size: 12px;
  }

  .cart_wishlist i, .cart_shopping i {
    font-size: 30px;
    margin-right: 10px;
  }

  .top_searchbox button i {
    padding: 0 10px;
  }
}

/*style-2*/
/* .header-page-breadcrumb {
    margin-bottom: 15px;
} */
.header-page-breadcrumb .breadcrumbs {
  padding: 15px;
}

.breadcrumbs {
  position: relative;
  z-index: 1;
  color: #e05b01;
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0px 0 15px;
}
.breadcrumb-item a{
  color: #00387d;
}
.breadcrumb-item {
  display: inline-block;
  vertical-align: middle;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #e05b01;
}

.breadcrumb-item.current {
  color: #000;
}

.breadcrumb-item+i, i+.breadcrumb-item {
  margin-left: 5px;
  margin-right: 5px;
}

.breadcrumbs i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  position: relative;
  top: 1px;
  left: 5px;
}

/*part-search.html*/
.search-part-box {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 5px #ccccccc4;
  padding: 5px 0;
  background: #e4f4ff;
}

.dis-inline-block .input-text_1 {
  width: 350px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.dis-inline-block input {
  margin: 5px 5px 5px 5px;
}

.search-part-box input, .search-part-box select, .search-part-box button {
  margin: 5px 15px;
}

.search-part-box input {
  position: relative;
}

.search-button-icons:before {
  font-family: FontAwesome;
  content: "\f002";
  padding-right: 10px;
  vertical-align: top;
}

.search_or {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-right: 6px;
  margin: 3px 6px 0 3px;
}

.search_or span {
  vertical-align: -webkit-baseline-middle;
  color: #01489e;
}

.search_or {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-right: 6px;
  margin: 3px 6px 0 3px;
}

.part-search-page {
  padding: 10px 0 0px;
  display: inline-block;
  width: 100%;
  /* overflow: hidden; */
}

.part-search-page .widget-product {
  margin-bottom: 10px;
}

.widget-product {
  margin-bottom: 37px;
  overflow: hidden;
}

.part-search {
  margin: 5px 0;
  padding: 0;
}

.part-search>li {
  border-bottom: 1px solid #e5e5e5;
  color: #4c4c4c;
  margin: 0;
  overflow: hidden;
  padding: 7px 0;
  position: relative;
}

.part-search>li a {
  font-size: 15.75px;
  font-weight: 500;
  color: #000;
  display: block;
  width: 100%;
  position: relative;
  padding: 5px 0px 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  word-wrap: break-word;
  margin: 8px 0;
}

.part-search li:not(collapsed) .arrow:before, .part-search li:not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

.part-search li:not(collapsed) .arrow:before, .part-search li:not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

.part-search>li a:after {
  background: #cc9900;
  height: 1px;
  width: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.part-search>.sub-menu {
  padding: 0;
}
.part-search>.sub-menu li {
  border-bottom: 1px solid #e5e5e5;
  color: #4c4c4c;
  margin: 0;
  overflow: hidden;
  padding: 7px 0;
  position: relative;
}

.part-search>.sub-menu li a {
  font-size: 13px;
}

.part-search>.sub-menu li a input {
  vertical-align: top;
  margin-right: 5px;
}

/*.part-search>.sub-menu.brand {
  height: 250px;
  max-height: 250px;
  overflow-y: scroll;
}*/

.part-search li:last-child {
  height: 58px;
}

.part-search li:last-child {
  border-bottom: 0;
}

.btn-appl-flit {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 0;
  background: #d27335;
  border-color: #d27335;
}
.brandcolor .brand_color_thumb {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  border:1px solid #cecece;
  margin:0 10px;
  /* background-color: transparent; */
}
.bg_red {
  background-color: #ff0700;
}
.bg_purple {
  background-color: #800080;
}
.bg_violet {
  background-color: #ee82ee;
}
.bg_maroon {
  background-color: #800000;
}
.bg_orange {
  background-color: #ffa500;
}
.bg_yellow {
  background-color: #ffff00;
}
.bg_blue {
  background-color: #0073cf;
}
.bg_grey {
  background-color: #808080;
}
.bg_pink {
  background-color: #ffc0cb;
}
.bg_beige {
  background-color: #f5f5dc;
}
/*.h1-title*/
.h1-title {
  text-transform: uppercase;
  font-size: 24px;
  color: #00387d;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 20px 15px;
  text-align: center;
}

.h2-title {
  font-size: 16px;
}

.services-list-item-wrapper {
  margin-bottom: 20px;
  margin-top: 20px;
}

.services-list-item {
  /* background: #f1f1f1; */
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 0 5px #efefef;
  margin-bottom: 5px;
}

.services-list-item-figure {
  position: relative;
  border: 1px solid #d4d4d4;
  padding: 10px;
}

.services-list-item-figure img {
  width: 100%;
  max-width: 100%;
}

.services-list-item-title {
    text-align: left;
    font-size: 26px;
    margin-bottom:0px;
    color: #222426;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.service-desc {
  text-align: justify;
}
.services-list-item-wrapper p{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0;
    color: #4D5256;
    margin-top: 0;
    margin-bottom: 0;
}
/*line-card*/
.line_card_view {
  /* border-bottom: 1px solid #efefef; */
  display: inline-block;
  text-align: left;
  width: 100%;
  /* margin: 10px; */
}

.line_card_view a {
  max-width: 250px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 10px;
  background-color: #fff;
  vertical-align: top;
  width: 100%;
  max-height: 120px;
  overflow: hidden;
  height: 100%;
  min-height: 120px;
  position: relative;
}

.img_view {
  max-width: 180px;
}

.line-card-section .center {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  align-items: center;
  height: 100%;
  /* border: 2px solid red; */
  margin: 0 auto;
  padding: 0;
  height: 100px;
  object-fit: scale-down;
}

/*Dealer-Locations*/
.installation-box {
  margin: 40px 0;
  /* border: 1px solid #ccc; */
}

.installation-branch-name {
  background: #00387d;
  color: #fff;
  /* padding: 10px; */
}

.installation-branch-name h3 {
  margin: 0px 0 0 15px;
  background: #e8e8e8;
  overflow: hidden;
  padding: 10px;
  color: #222426;
  font-size: 18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.installation-branch-name h3 b{
  font-weight: 100;
}
.installation-branch-adderss {
  border: 1px solid #e8e8e8;
  padding: 10px;
}

.installation-branch-adderss p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.9;
  font-size: 15px;
  word-break: break-word;
}

/*TESTIMONIAL*/
.content-testimonials {
  border: 1px solid #eee;
  padding: 10px 40px;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
  /* width: 330px; */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.content-testimonials:hover {
  cursor: pointer;
  box-shadow: 0 10px 5px 0 rgba(221, 221, 221, 0.55);
  -webkit-box-shadow: 0 10px 5px 0 rgba(221, 221, 221, 0.55);
  -moz-box-shadow: 0 10px 5px 0 rgba(221, 221, 221, 0.55);
  -o-box-shadow: 0 10px 5px 0 rgba(221, 221, 221, 0.55);
}

.content-testimonials .testi-thumb img {
  border: 1px solid #eee;
  height: 70px;
  margin: 0 auto;
  width: 70px;
}

.testi-details p {
  text-align: left;
  word-wrap: break-word;
  word-break: break-word;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
}

/*vide.html*/
.youtube-video-section {
  padding: 30px 0;
  margin: 0 0 20px;
}

.youtube-title h4 {
  text-transform: uppercase;
  margin: 10px 0 20px;
  font-weight: 500;
  font-size: 20px;
}

.vid {
  width: 100%;
}

.vid iframe {
  width: 100%;
  height: 300px;
}

/*Aboutus page*/
.about-us-img {
  float: left;
  padding-right: 25px;
  padding-bottom: 10px;
}

.about-us-img img {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.about-us-txt p {
  line-height: 30px;
  font-size: 17px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-word;
}

/*ContactusPage*/
.block-title h3, .block-title .h3 {
  /* font-family: 'Poppins-SemiBold'; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #222;
  font-size: 20px;
  font-weight: 600;
}

.contact-info p,.contact-info p a {
  color: #4D5256;
  font-size: 18px;
}

.contact-info i{
  padding-right: 10px;
}

.contact-info p, .contact-form span {
  /* font-family: 'Poppins-Light'; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.btn-color {
  background: #00387d;
  color: #fff;
  /* font-family: 'Poppins'; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.title {
  margin: 10px 0 10px;
  position: relative;
  text-align: center;
  padding: 10px 0;
}

.title:before {
  border-top: 2px double #acacac;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 54%;
  width: 90%;
  right: 0;
}

.title h4 {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  padding: 0 15px;
  position: relative;
  width: auto;
  z-index: 1;
  margin-bottom: 0;
  word-spacing: 8px;
  letter-spacing: 1px;
  line-height: 20px;
  margin-top: 0;
  text-transform: uppercase;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.installation-box {
  margin: 40px 0;
  /* border: 1px solid #ccc; */
}
.contact-form p,.contact-form label{
    color: #222426;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.contact-page-location .block-title h3{
    color: #222426;
    font-size: 25.9px;
    font-weight: 500;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}
.contact-info h4{
    color: #222426;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*FAQ Pages*/
.faq-tab {
  padding: 10px;
  display: block;
  overflow: hidden;
}

.faq-categories>li {
  border-bottom: 1px solid #e5e5e5;
  color: #4c4c4c;
  margin: 0;
  overflow: hidden;
  padding: 7px 0;
  position: relative;
  list-style: none;
}

.faq-categories a {
  font-size: 13px;
  font-weight: 400;
  color: #898989;
  display: block;
  width: 100%;
  position: relative;
  padding: 0px 0px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  word-wrap: break-word;
}

.faq-content {
  display: block;
}

.faq-content h2 {
  font-size: 1.2857142857142858em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding: 5px 16px;
  display: inline-block;
  width: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #1b1b1b;
}

.faq-question {
  font-size: 15px;
  padding: 10px 19px;
  cursor: pointer;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.faq-content p {
  font-size: 15px;
  line-height: 1.9;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.faq-question p a[aria-expanded="true"] {
  color: #000000;
}

.collapse.in {
  display: block;
}

.faq-question p a {
  font-weight: 600;
  font-size: 17px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*terms-conditions page*/
.policies-content h4 {
  font-size: 1.2857142857142858em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0px;
  display: inline-block;
  width: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #1b1b1b;
}

.policies-content p {
  font-size: 14px;
  line-height: 1.9;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}







/*Muruganandham css*/

.compare-switcher {
    /*background: #ffffff;*/
    width: 150px;
    position: fixed;
    top: 110px;
    bottom: 0;
    height: 100%;
    z-index: 1008;
    border-radius: 0;
    right: 0px;
    /*box-shadow: 0 0 5px #ccc;*/
}

.compare-switcher.open {
   right: -150px;
}

.compare-switcher .compare-switcher-open {
    background-color: #696969;
    border-radius: 6px 0 0 6px;
    color: #fff;
    display: block;
    font-size: 13px;
    height: 30px;
    left: -31px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 35px;
    width: 30px;
}

.compare-switcher .compare-switcher-wrap {
    /*height: 100%;*/
    margin: 0;
    overflow-y: auto;
    padding: 15px 10px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
}

.compare-switcher-box{
  position: relative;
  border: 1px solid #b8b9b9;
  margin-bottom: 10px;
}

.compare-switcher-box img{
    width: 80px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.compare-switcher-box h6{
  color: #5a5a59;
  font-size: 11px;
  padding: 5px;
  margin:0;
  word-break: break-word;
}

.compare-close-icons{
    position: absolute;
    right: -4px;
    top: -6px;
    width: 15px;
    height: 15px;
    background: #333333;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
}
.compare-close-icons i{
    line-height: 15px;
    display: block;
    text-align: center;
    font-size: 10px;
  }

  .compare-button{
    text-align: center;
    background: #00387d;
    color: #fff;
  }
  .compare-button a{
    color: #fff;
    padding: 5px;
    display: block;
  }




.compare-table {
    font-size: 16px;
    color: #333;
    border-left: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    width: 100%;
    margin-bottom: 30px;
}
.compare-table .fixedHeader tr {
    background-color: #f5f5f5;
}

  .compare-table th {
    padding: 20px 10px;
    vertical-align: top;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    border-right: 1px solid #e3e3e3;
    min-width: 150px;
    max-width: 800px;
    line-height: 16px;
    height: auto;
    position: relative;
    font: 600 16px Verdana, Arial, Helvetica, sans-serif;
}
.compare-table .fixedHeader th a {
    color: #454545;
}

.compare-table .but_close_comp {
    position: absolute;
    left: 0;
    top: -12px;
    width: 100%;
    text-align: center;
}

.compare-table .but_close_comp i {
    color: #999;
    font-size: 25px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 20px;
}

.compare-table td {
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    line-height: 22px;
    word-break: break-all;
    font: 400 16px Verdana, Arial, Helvetica, sans-serif;
}

.stock-in{
  color: #128026;
  }
.stock-out{
    color: #d1252a;
  }

.compare-table .star i{
    color: #e7a200;
}
/*Select your Vehicle Css*/

.dropdown-inline{
display: inline-block;
position: relative;
}

.yeardropdown{
position: relative;
margin:5px!important;
width: 80px;
}
.yeardropdown-menu{

}

.position-relative{
position: relative;
}
.dropdown-large {
position: static !important;
}

.makedropdown{
margin:5px!important;
width: 80px;
}

.dropdown-menu-large {
margin-left: 16px;
padding: 10px 20px;
}
.dropdown-menu-large ul{
float: left;
list-style: none;
padding: 10px;
margin-right: 20px;
}

.dropdown-menu-large ul li a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000;
line-height: 23px;
}

.dropdown-menu-large ul:last-child{
margin-right: 0;
}
.reset-button{
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
background: #d9534f;
color: #fff;
}

/*Price Filter Css*/
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-base {
  width: 95%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
  width: 100%;
  position: relative;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: 0px;
  top: 0px;
}
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-vertical.noUi-extended {
  padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}
/* Styling;
 */
.noUi-background {
  background-color: #ebebeb;
}
.noUi-base .noUi-background {
  background: none;
}
/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  cursor: pointer;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Price Range */
.sidebar-nav.cost-price {
  margin-bottom: 70px;
}
.cost-price-content {
  /*display: inline-block;*/
  position: relative;
  margin-bottom: 20px;
}
.cost-price-content .noUi-handle-lower, .cost-price-content .noUi-handle-upper {
  height: 21px;
  width: 21px;
  background-color: #f1f3f8;
  border: 1px solid #dde1eb;
}
.cost-price-content .noUi-base .noUi-connect, .cost-price-content .noUi-base .noUi-background {
  position: absolute;
  top: -4px;
}
.price-min, .price-max {
/*  position: absolute;*/
  margin-top: 15px;
  font-size: 14px;
  color: #515151;
}
.price-min {
  left: 0;
}
.price-max {
  right: 0;
}
.cost-price-content .noUi-handle-lower, .cost-price-content .noUi-handle-upper {
  background-color: #fff;
  border: 1px solid #b8b8b8;
}



.price-min {

  border: 1px solid #dddddd;
  border-radius: 2px;
  height: 30px;
  line-height: 28px;
  color: #555555;
  width: 70px;
  text-align: center;
  background: #fff;
  display: inline-block;
  margin-right: 20px;

}

.price-max {
  border: 1px solid #dddddd;
  border-radius: 2px;
  height: 30px;
  line-height: 28px;
  color: #555555;
  background: #fff;
  width: 70px;
  text-align: center;
 display: inline-block;
}

.noUi-horizontal .noUi-handle {
  background: #0088cc;
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 30px;
}



/*cart*/


.cart-section{
    display: inline-block;
    width: 100%;
  }

.cart-value{
  margin-bottom: 30px;
}
.cart-table{
  width: 100%;
    line-height: 28px;
    color: #2e2e2e;
    font: 600 14px Verdana, Arial, Helvetica, sans-serif;
}

.cart-table th {
    vertical-align: middle;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 20px;
    color: #343434;
    border-top: 1px #e6e6e6 solid;
    border-bottom: 1px #e6e6e6 solid;
}

.cart-table td {
    vertical-align: middle;
    padding: 20px 30px;
    border-bottom: 1px #e6e6e6 solid;
}
.cart-table td img{
  max-width:80px;
}
.cart-table td .cart-desc{
  font-size: 13px;
  line-height: 28px;
  color: #2e2e2e;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.table-remove-txt{
  color: #f10808;
  text-decoration: underline;
  font-weight: 400;
}

.cur-pointer{
  cursor: pointer;
}
.table-qty{
  width:
}


.cart-total{
  float: right;
  width: 400px;

}

.cart-total-box{
  width: 100%;
  box-shadow: 0 0 2px #ccc;
  display: inline-block;
  padding: 10px;
}


.carttot-table{
  width: 100%;
    line-height: 28px;
    color: #2e2e2e;
    font: 600 15px Verdana, Arial, Helvetica, sans-serif;
}
.carttot-table tr td{
  padding: 8px;
  font-weight: 400;
}
.carttot-table tr td hr{
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

.carttot-table .tot td{
  font-weight: 600;
  font-size: 14px;
}
.blue{
  color: #0062b9;
}

.button-div{
  -webkit-appearance: none;
    padding: .4em 1em .4em 1em;
    margin-right: .3em;
    border: 1px solid;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: .15px;
    cursor: pointer;
    zoom: 1;
}
.button-checkout{
    color: white;
    background: #00387d;
    border-color: #00387d;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  .button-checkout:hover{
    color: #fff;
  }



/*Checkout Css*/

.details-table{
  /*background-image: linear-gradient(to right,#f4f4f4 0,#f4f4f4 0);*/
  background: #fbfbfb;
  padding: 10px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.details-table h1{
  margin-top: 0;
}

.checkout-table tr td img{
  width: 80px;
}

.checkout-table tr td{
  font: 400 14px Verdana, Arial, Helvetica, sans-serif;
  padding: 8px;
}

.billing-div h3{
  display: inline-block;
}

.add-billing{
  display: inline-block;

/*  background: #b6efff;*/
  /*padding: 5px 10px;*/
  border-radius: 2px;
  cursor: pointer;
  color: #0575d8;
  font-weight: 600;
}


/*home cart*/


.lft{
  float: left;
}

.rgt{
  float: right;
}

h1.page-title {
    display: none;
}
.active{
  display: block;
}
.remove{
  display: none;
}
.widget-shopping-cart-content.close1 {
    visibility: hidden;
     opacity: 0;
}
.widget-shopping-cart-content {
    position: absolute;
    top: 100%;
    /* left: -220px; */
    z-index: 99999;
    visibility: hidden;
    overflow: auto;
    padding: 0px;
    width: 380px;
    background-color: #fff;
    opacity: 0;
    -moz-box-shadow: 0px 1px 34px 4px rgba(127, 127, 127, 0.57);
    -webkit-box-shadow: 0px 1px 34px 4px rgba(127, 127, 127, 0.57);
    box-shadow: 0px 1px 34px 4px rgba(127, 127, 127, 0.57);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    right: 0;
}

.widget-shopping-cart-content.open {
    visibility: visible;
    opacity: 1;
}
.widget-shopping-cart-close-div{
  display: inline-block;
  width: 100%;
}
.widget-shopping-cart-content .widget-shopping-cart-close{
  float: right;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
     background: #00387d;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}
header.header-2 .widget-shopping-cart-content,
header.header-3 .widget-shopping-cart-content,
header.header-4 .widget-shopping-cart-content {
    right: 0;
    left: auto;
}
.widget-shopping-cart-content .cart-list {
    padding: 15px;
    margin: 0;
    max-height: 373px;
    overflow: auto;
    border-bottom: 1px solid #f1eeea;
}



.widget-shopping-cart-content .cart-list li {
    padding: 15px 0;
    border-bottom: 1px solid #f1eeea;
    display: inline-block;
    width: 100%;
}

.widget-shopping-cart-content .cart-list li .cart-list-left{
  width: auto;
  display: inline-block;
  vertical-align: top;

}

.widget-shopping-cart-content .cart-list li .cart-list-right{
    float: right;
    width: 230px;
    margin-left: 5px;
}

.widget-shopping-cart-content .cart-list li,
.widget-shopping-cart-content .cart-list li {
  text-align: left;
}
.widget-shopping-cart-content .cart-list li:first-child {
    padding-top: 0;
}
.widget-shopping-cart-content .cart-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.widget-shopping-cart-content .cart-list li.empty {
    color: #222;
    font-weight: 400;
}


.fa-close {
  cursor: pointer;
}
.widget-shopping-cart-content .cart-list li a {
    font-weight: 700;
    display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #0e82b9;
}
.widget-shopping-cart-content .cart-list li span{
  display: block;

}
.widget-shopping-cart-content .cart-list li span.price_color{
  display: inline-block;

}
.widget-shopping-cart-content .cart-list li .remove {
    position: relative;
    float: right;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    border-radius: 0;
    color: #5e5a54;
    font-weight: 400;
}
.widget-shopping-cart-content .cart-list li img {
    float: left;
    padding: 10px;
    margin: 0 20px 0 0;
    width: 80px;
    height: 80px;
    border: 2px solid #f1eeea;
    object-fit: contain;
}
.widget-shopping-cart-content .cart-list .quantity {
    height: auto;
    display: block;
  color: #2b2b2a;
  /*float: left;*/
  margin: 2px 0px;
  border:0;
  font-weight: 500;
  font-size: 15px;
}
.widget-shopping-cart-content .total {
    margin: 0;
    padding: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 1px solid #f1eeea;
    position: relative;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.widget-shopping-cart-content .total .amount {
    position: absolute;
    right: 30px;
    top: 15px;
    /* color: #05bdef; */
    font-size: 17px;
}
.widget-shopping-cart-content .buttons {
    margin: 0;
    padding: 20px;
    text-align: center;
}
.widget-shopping-cart-content .buttons a {
    margin: 0 5px;
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    letter-spacing: 0;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.widget-shopping-cart-content .buttons a.view-cart {
    background-color: #00387d;
}
.widget-shopping-cart-content .buttons a.view-cart:hover {
    background-color: transparent;
    text-decoration: none;
    color: #000;
}
.widget-shopping-cart-content .buttons a.checkout {
  background-color: #00387d;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.widget-shopping-cart-content .buttons a.checkout:hover {
    /*background-color: transparent;*/
    text-decoration: none;
    /*color: #000;*/
}
.widget-shopping-cart-content .total,
.widget-shopping-cart-content .total,
.widget-shopping-cart-content .total {
  text-align: left;
}
@media only screen and (max-width: 1500px) and (min-width: 991px){
  .widget-shopping-cart-content{
    /*left:-100px;*/
  }
}
@media only screen and (max-width: 1095px) and (min-width: 991px){
  .widget-shopping-cart-content{
    /*left:-130px;*/
  }
}
@media screen and (max-width: 899px){
.widget-shopping-cart-content{
  width:100%;
}
}
.account-content.open {
    visibility: visible;
    opacity: 1;
}
/*@media only screen and (min-width: 991px) and (max-width: 1500px){
.account-content {
    left: -100px;
}
}*/
.account-content-close-div {
    display: inline-block;
    width: 100%;
}
.account-content {
        position: absolute;
    top: 100%;
    z-index: 99999;
    visibility: hidden;
    overflow: auto;
    padding: 0px;
    width: 140px;
    background-color: #fff;
    opacity: 0;
    -moz-box-shadow: 0px 0px 12px 0px rgba(127, 127, 127, 0.57);
     -webkit-box-shadow: 0px 0px 12px 0px rgba(127, 127, 127, 0.57);
    box-shadow: 0px 0px 12px 0px rgba(127, 127, 127, 0.57);
     -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    right: 230px;
}
.account-content .accnt-list{
    padding: 10px;
    margin: 0;
    max-height: 373px;
    overflow: auto;
    border-bottom: 1px solid #f1eeea;
}
.account-content .accnt-list li:first-child {
    padding-top: 0;
}
.account-content .accnt-list li, .account-content .accnt-list li {
    text-align: left;
}
.account-content .accnt-list li {
    display: inline-block;
    width: 100%;
}
.account-content .accnt-list li a{
    border: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.71px;
    color: #3a3a3a;
  }
  .account-content .accnt-list li:hover a{
    text-decoration:none;
    border-bottom: 2px solid #00387d;
  }
a.cart_shoppingg:hover{
    text-decoration:none !important;
  }
.account-content.close1 {
    visibility: hidden;
    opacity: 0;
}
.account-close-div {
    display: inline-block;
    width: 100%;
}
.account-content .account-close {
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    background: #00387d;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}
.pd_R{
  padding: 0px 5px;
}
/*End home cart*/
/*end cart*/
/*custom css*/
@media screen and (min-width: 995px){
.magnifier {
    width: 600px !important;
    height: 300px !important;
}
}
@media screen and (max-width: 768px){
.magnifier{
  display: none !important;
}
}
/* #owl_2 img{
  height: 25px;
} */

/*End custom css*/


/*Login Css*/

/*.bg-account-pages {
    background-color: #343b4a;
    background-size: cover;
    padding-bottom: 0;
    min-height: 100px;
}

*/


.login-banner {
    background-image: url(../images/login_bg.png);
    background-color: #fff;
    background-position: center center;
   /* -webkit-background-size: cover;
    background-size: cover;*/
    padding: 80px 0 80px 0;
}

.center-block{
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none!important;
}
.login-form-block{
    margin: -80px 0 0;
    background: #fff;
    -webkit-box-shadow: 1px 5px 20px rgba(0,0,0,.5);
    box-shadow: 1px 5px 20px rgba(0,0,0,.5);
    padding: 30px;
}

.login-text h1{
  margin:0;
}

.login-content{
  margin-top: 30px;
}

.form-group.with-addon {
    position: relative;
}
.form-group.with-addon .input-addon {
    color: #bbb;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    position: absolute;
    top: 14px;
    left: 15px;
    z-index: 2;
}

.form-group.with-addon .input-addon+.form-control {
    padding-left: 50px;
    border-width: 1px;
    border-radius: 4px;
    height: 46px;
}

.login-button{
/*margin-top: 10px;*/
background-color: #48b14c;
text-transform: uppercase;
font-size: 14px;
line-height: 26px;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: 700;
letter-spacing: 2px;
text-shadow: 1px 1px rgba(0,0,0,.1);
width: 100%;
margin-bottom: 10px;
height: 40px;
display: block;
text-align: center;
line-height: 40px;
}
.login-button:hover{
color: #fff;
}

.checkbox input[type=checkbox] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0!important;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.checkbox label::before {
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #98a6ad;
    position: absolute;
    transition: .3s ease-in-out;
    outline: 0!important;
    top: 2px;
    content: "";
}

.checkbox label::after, .checkbox label::before {
    display: inline-block;
    height: 18px;
    left: 0;
    /*margin-left: -18px;*/
    width: 18px;
}

.checkbox-info input[type=checkbox]:checked+label::before {
    background-color: #35b8e0;
    border-color: #35b8e0;
}
.checkbox input[type=checkbox]:checked+label::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 7px;
    display: table;
    width: 4px;
    height: 8px;
    border: 1px solid #ffffff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

.text-muted {
    color: #98a6ad!important;
}

.text-dark {
    color: #3b3e47!important;
}

.sign-up-text{
  font-size: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}








.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm {
    color: #636363;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
    padding: 8px;
    text-align: center;
}
.modal-confirm .modal-header span{
  font-size: 25px;
  color: #398439;

}

.modal-confirm .modal-body{
  padding: 8px;
}

.modal-confirm .modal-body p{
  font-size: 18px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 8px;
}
/*SAP*/
.cust_wdt{
  width: 100% !important;
  max-width: 1400px !important;
}
.product-formatted-price.product-views-price-lead {
    font-size: 20px;
    font-weight: bold;
    color: #00387d;
}
span.stock-availability{
  color: green;
}
.button-container a{
    background: #d81317;
    color: #fff;
    font-weight: 400;
    border: 1px solid #d81317;
    border-radius: 40px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 25px;
    font-size: 1.09rem;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
}
.nav_mainlogo .row{
    display: flex;
}
.nav_mainlogo .nav_logo{
    display: flex;
    align-items: center;
}
.nav_logo.wow.slideInLeft img {
    width: 150px;
}
.nav_mainlogo form{
    display: flex;
    align-items: center;
    height: 100%;
}
.nav_mainlogo .top_cart {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}
section.banner_slider.m-b-5{
  margin-top: 30px;
  margin-bottom: 30px;
}
/*cust fa css*/
.path-part-searchelastic .featured_product .col-sm-12 {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.path-part-searchelastic .row-flex {
    width: 100%;
}
/*end fa css*/
@media only screen and (min-width: 550px) and (max-width: 767px) {
.path-part-searchelastic .featured_product .col-xs-12.col-sm-6.col-md-4.col-lg-4.ng-scope {
    padding: 15px 15px;
    width: 50%;
}
.path-part-searchelastic .featured_product .col-sm-12 {
    padding: 0;
    margin: 0;
}
.featured_product .col-xs-12.col-sm-6.col-md-4.col-lg-3 {
    width: 50%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1160px) {
.path-part-searchelastic .featured_product .col-xs-12.col-sm-6.col-md-4.col-lg-4.ng-scope {
    padding: 15px 0;
    width: 50%;
}
}
@media only screen and (max-width: 450px) {
i.fa.fa-heart-o {
    display: block;
}
}
@media only screen and (max-width: 768px) {
.topbar_nav li a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15.75px;
}
}
@media only screen and (max-width: 767px) {
.navbar-header{
  display: table;
  margin: 0 auto;
}
.nav_main_list ul li {
    float: none;
    list-style: none;
    height: auto;
    display: table;
    margin: 0 auto;
    padding-top: 5px;
    position: relative;
    left: -5px;
}
.nav_mainlogo.top_border .col-lg-5.col-sm-4.col-xs-4.dsp_nne.flx_cntr {
    /*display: none;*/
    visibility: hidden;
}
.nav_mainlogo.top_border .col-lg-5.col-sm-4.col-xs-4.dsp_nne.flx_cntr ul#headerul{
  display: none !important;
}
}
body.simplelogin {
    background-color: #f5f5f5 !important;
}
.path-user .col-xs-12.col-sm-9.col-md-8.col-lg-4.center-block{
  width: auto !important;
}
.path-user .text-center {
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px !important;
}
.simplelogin input.form-text::placeholder{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.path-user div#edit-actions {
    display: table;
    margin: 0 auto;
}
.simplelogin input#edit-submit{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15.75px !important;
    padding: 5px 10px;
    background: #00387d;
    color: #f5f5f5;
    border: none;

}
.login-main-logo.text-center img {
    width: 300px;
    height: 180px;
    object-fit: contain;
}
.login-text.text-center h1{
  font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 25px !important;
}
.path-user-create input.form-control{
border: 1px solid #ccc;
}
.path-user-create input.form-control::placeholder{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.path-user-create label{
  font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15.75px !important;
}
.upt_btn input{
      background: #00387d;
      font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15.75px !important;
    border: none;
}
p.sign-up-text.text-muted.text-center{
  font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px !important;
}
.path-user .dialog-off-canvas-main-canvas{
  display: block;
  width: 100%;
}
.path-user .login-form-block {
    /* margin: -80px 0 0 !important; */
    background: #fff;
    -webkit-box-shadow: 1px 5px 20px rgba(0,0,0,.5);
    box-shadow: 1px 5px 20px rgba(0,0,0,.5);
    padding: 30px;
    display: table;
    margin: 0 auto;
    margin-top: -80px;
}
.faq-page-breadcrumb {
    margin: 10px 0;
}
ul.tp_search_wle{
    background: #f5f5f5;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
    position: absolute;
    width: 100%;
    margin-top: 1px;
    max-height: 350px;
    overflow-y: auto;
    z-index: 1;
}
.tp_search_wle li.prt_no_sear.ng-scope img {
    display: inline-block;
    width: 80px;
    height: 80px;
    object-fit: contain;
    padding-right: 15px;
}
.tp_search_wle li.prt_no_sear.ng-scope a {
    display: inline-block;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}
.tp_search_wle li.prt_no_sear.ng-scope {
    padding: 0 5px;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
}
.tp_search_wle li.prt_no_sear.ng-scope a:hover{
  text-decoration: none;
}
@media only screen and (min-width:767px) {
.row.mbl_search{
  display: none;
}
}

@media only screen and (min-width: 650px) and (max-width: 767px) {
.row.mbl_search .region.region-topbar-search{
    width: 50%;
    display: table;
    margin: 0 auto;
    padding: 0 40px;
}
}
@media only screen and (max-width: 650px){
.row.mbl_search .region.region-topbar-search{
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 0 40px;
}
}
div#delete_items img {
    float: right;
    width: auto;
    height: auto;
    border: none;
    cursor: pointer;
    max-width: 42px;
    min-width: 40px;
}
.new-review-form button {
    background: #00387d;
    color: #fff;
    text-transform: uppercase;
    /* display: inline-block; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 8px 12px;
    width: auto;
    font-weight: 600;
}
.col-lg-5.col-sm-4.col-xs-4.dsp_nne.flx_cntr {
    display: flex;
    align-items: center;
}
.region.region-topbar-search {
    width: 10;
    width: 100%;
}
/*end SAP*/


/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    position: absolute;
    top: -18px;
    right: -20px;
    font-size: 14px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.hover_bkgr_fricc.cartadded div p {
    vertical-align: middle;
    line-height: 58px;
    font-size: 20px;
    color: red;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */
.simplePopup {
display:none;
position:fixed;
background:#fff;
z-index:9;
padding:12px;
/*right: 100px;*/
/*width:70%;
min-width:70%;*/
}

.simplePopupClose {
float:right;
cursor:pointer;
margin-left:10px;
margin-bottom:10px;
font-size: 19px;
    font-weight: bold;
}

.simplePopupBackground {
display:none;
background:#000;
position:fixed;
height:100%;
width:100%;
top:0;
left:0;
z-index:1;
}
.path-orderinformations .layout-region.col-md-8.cust_wd_8{
    box-shadow: 1px 1px 16px 6px rgba(228, 227, 227, 0.75);
    width: 60%;
}
.path-orderinformations .layout-region.col-md-4.cust_wd_4.ord{
    box-shadow: 1px 1px 16px 6px rgba(228, 227, 227, 0.75);
    margin-left: 15px;
}
img.product-image_ord_inf {
    float: left;
    padding: 10px;
    margin: 0 20px 0 0;
    width: 85px;
    height: 85px;
    border: 2px solid #f1eeea;
    object-fit: contain;
}
ul#cart-listcom {
    padding: 0 0;
}
.rw1, .rw2, .rw3, .rw4 {
    font: 500 16px Verdana, Arial, Helvetica, sans-serif;
    display: inline-block;
    width: 100%;
}
.brand_ord_inf {
    font-size: 14px;
    line-height: 1.75;
    word-break: break-word;
}
.bld {
    font-weight: bold;
}
.fl_lff {
    float: left;
    width: 60%;
}
.fl_rgg {
    float: right;
}
.price_color_ord_inf {
    font: 500 14px Verdana, Arial, Helvetica, sans-serif;
    color: #00387d;
    line-height: 1.75;
}
.path-orderinformations .upt_btn.text-center input {
    color: #fff;
    padding: 8px 10px;
    margin-bottom: 10px;
}
.path-orderinformations .table>tbody > tr > td{
  border-top: none !important;
}
.coupon {
    font-size: 1em;
    float: left;
    text-align: left;
    display: flex;
}
.coupon label[for=coupon_code] {
    display: none;
}
.coupon .coupon_text {
    border: 1px solid #ddd;
    border-radius: 1.467em;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: .534em 1.8em;
    font-size: 15px;
    line-height: 2em;
    color: #333;
}
.coupon .coupon_button {
    border-radius: 1.571em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -4px;
    position: relative;
    white-space: pre;
    font-weight: 500;
    font-size: 15px;
    background: #00387d;
    color: #fff;
    padding: 10px 25px;
    border-width: 0;
    display: inline-block;
}
.coupon_applied{
    border: 1px solid #3fbd19;
    padding: 8px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    color: #fff;
    border-radius: 3px;
    background: #0bca13;
    font-weight: 600;
    font-size: 16px;
}
.coupon_applied i{
 padding-right: 8px;
    color: #fff;
    vertical-align: top;
    font-size: 22px;
}

.coupon_removed{
   border: 1px solid #be0f31;
    padding: 8px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    color: #fff;
    border-radius: 3px;
    background: #be0f31;
    font-weight: 600;
    font-size: 16px;
}

.coupon_removed i{
 padding-right: 8px;
    color: #fff;
    vertical-align: top;
    font-size: 22px;
}

.coupon_codes_grid{
  border: 1px solid #ccc;
  padding: 10px;
  margin-top:10px;
  width: 100%;
}
.coupon_codes_grid a{
  
  color: #c42706;
}
.coupon_codes_grid tr th{
  border:1px solid #e8e8e8;
  padding:8px;
  background: #ccc;
  color: #000; 
}
.coupon_codes_grid tr td{
  border:1px solid #ccc;
}
.coupon_codes_grid_td_2{
  width: 85px;
  text-align: center;
  color: #000;
}
.coupon_codes_grid_td_2 i{
  font-size: 18px;
}
span.paypal-button-text.true {
    font: 600 14px Verdana, Arial, Helvetica, sans-serif;
}
table.table.checkout-table.table-slim.unstyled.totals.ng-scope td {
    font-weight: 500;
}
.hlle {
    float: left;
    width: 100%;
}
.lf-hle {
    display: inline-block;
    width: auto;
}
.lft {
    float: left;
    width: 90%;
}
.hlle {
    float: left;
    width: 100%;
}
.fl_lf {
    float: left;
}
ul#cart-listcom li {
    margin-bottom: 20px;
    display: inline-block;
    padding: 0px 10px;
    padding-bottom: 12px;
}
.path-orderinformations ul#cart-listcom li {
    margin-bottom: 20px;
    display: flex;
    padding: 0px 10px;
}
.cart-list-left_ord_inf {
    /*width: 25%;
    float: left;*/
    margin-right: 10px;
}
.lf-hle_ord_inf {
    /*float: left;
    width: 75%;*/
}
.path-orderinformations select{
  height: 40px;
}
.path-orderinformations .layout-checkout-form.clearfix.container.mg_b {
    margin: 20px auto;
    display: flex;
}
.search-part-box .dis-tble-at {
    display: table;
    margin: 0 auto;
}
ul.menu a.is-active {
    color: #d81317 !important;
}
.contextual-region {
    position: unset !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.search-part-box .dis-inline-block {
    display: table-cell;
     vertical-align: middle; 
}
.ccl {
    border: 2px solid #f5f5f5;
    padding: 5px 12px;
}
.ccl_ins {
    padding: 5px 12px;
}
.ccl_ins span {
    border: 2px solid #f5f5f5;
    margin: 4px 5px;
    padding: 5px 12px;
    /*white-space: pre;*/
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ccl_ins span a{
color: #4D5256;
}
.ccl_ins span i.fa.fa-close {
    margin: 5px 5px;
    color: red;
}
form#user-login-form input::placeholder {
    font-size: 13px;
}
body.simplelogin {
    /*min-height: auto !important;*/
}
body.path-user-create label {
    font-size: 13px !important;
}
body.path-user-create input::placeholder {
    font-size: 13px;
}
.stk table#customers td ,.stk table#customers th{
    padding: 6px 12px;
    border-bottom: 2px solid #e5e5e5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.stk table{
  border: 2px solid #e5e5e5;
}
.stk table#customers th{
    padding: 6px 12px;
    background: #e4f4ff;
    white-space: nowrap;
}
.stk table#customers td{
  text-transform: capitalize;
}
.stk h4 {
    color: #337ab7;
    font-size: 16px;
    text-transform: capitalize;
}
.stk span {
    color: #050505;
    position: relative;
    left: 4px;
}
/*custom fa css safety*/
@media only screen and (max-width: 430px){
.nav_mainlogo.top_border .col-lg-3.col-sm-4.col-xs-4.full_width.flx_cntr ul#cart-listcom {
    padding: 0 15px;
}
.nav_mainlogo.top_border .col-lg-3.col-sm-4.col-xs-4.full_width.flx_cntr .cart-list-left{
  display: none;
}
.nav_mainlogo.top_border .col-lg-3.col-sm-4.col-xs-4.full_width.flx_cntr ul li .lft {
    float: none;
    width: auto;
}
}
@media only screen and (max-width: 700px){
.nav_mainlogo .col-lg-4.col-sm-4.col-xs-4.full_width.flx_cntr {
    width: 100%;
    /* float: left; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_mainlogo.top_border .col-lg-5.col-sm-4.col-xs-4.dsp_nne.flx_cntr {
    display: none !important;
    /* visibility: hidden; */
}
.nav_mainlogo .col-lg-3.col-sm-4.col-xs-4.full_width.flx_cntr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_mainlogo .top_cart a {
    display: flex;
    margin: 10px 10px 0px;
    align-items: center;
    justify-content: center;
}
.nav_mainlogo .row {
    display: block;
}
}
@media only screen and (min-width: 701px) and (max-width: 766px){
.nav_mainlogo.top_border .col-lg-5.col-sm-4.col-xs-4.dsp_nne.flx_cntr{
  display: none !important;
}
.nav_mainlogo.top_border .col-lg-3.col-sm-4.col-xs-4.full_width.flx_cntr {
    width: 50%;
}
}
@media only screen and (min-width: 767px) and (max-width: 790px){
.nav_mainlogo.top_border .col-lg-3.col-sm-4.col-xs-4.full_width.flx_cntr {
    width: 40%;
}
.nav_mainlogo.top_border .col-lg-4.col-sm-4.col-xs-4.full_width.flx_cntr {
    width: 25%;
}
}

/*top cart*/
.nav_mainlogo.top_border ul#cart-listcom li.ng-scope{
  display: flex;
}
.nav_mainlogo.top_border ul#cart-listcom li img {
    margin: 0 5px 0 0;
}
.nav_mainlogo.top_border ul#cart-listcom .lf-hle {
     display: flex; 
     width: auto;
     float: right;
}
.nav_mainlogo.top_border ul#cart-listcom .lf-hle .lft {
    float: none;
    width: auto;
}
.nav_mainlogo.top_border ul#cart-listcom .lft_wdt.flt_nne {
    align-items: center;
    display: flex;
}
@media only screen and (min-width: 431px) and (max-width: 899px){
.widget-shopping-cart-content {
    width: 380px;
}
}
@media only screen and (max-width: 767px){
#testimonial .col-xs-10 {
    width: 100%;
    padding: 0 50px;
}
#testimonial .col-xs-2 {
    display: none;
}
}
@media only screen and (max-width: 768px){
.navbar-collapse{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
/* End top cart*/
@media only screen and (max-width: 700px){
.search-part-box select{
  margin: 0;
}
.search-part-box ul.dis-inline-block {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.search-part-box li.dis-inline-block {
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
}
li.tble.dis-inline-block {
    display: table;
    margin: 0 auto;
}
}
@media only screen and (max-width: 650px){
.product_image .productslide_img {
    display: block;
    width: 100%;
    height: auto;
}
}
@media only screen and (max-width: 700px){
.path-orderinformations .layout-checkout-form.clearfix.container.mg_b {
    margin: 20px auto;
    display: block;
}
.path-orderinformations .layout-region.col-md-8.cust_wd_8 {
    width: 100%;
}
.path-orderinformations .layout-region.col-md-4.cust_wd_4.ord{
  width: 100%;
  margin: 13px 1px;
  display: inline-block;
}
.path-orderinformations #cart-listcom .lf-hle_ord_inf {
    width: 100%;
}
.path-orderinformations #cart-listcom .fl_lff {
    float: none; 
    width: 91.5%;
    display: block; 
}
.path-orderinformations .rw1,.path-orderinformations .rw2,.path-orderinformations .rw3,.path-orderinformations .rw4 {
    font: 500 16px Verdana, Arial, Helvetica, sans-serif;
    display: flex;
    width: 100%;
}
.path-orderinformations #cart-listcom .fl_rgg {
  float: right;
  display: block;
}
}
select,input,td b,.m-r-15,p,h4,li,label{
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
}
.prod_desc_tab ul li a{
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
}
.path-orderinformations .state.p-primary {
    margin-left: 5px;
}
.path-orderinformations .pretty.p-default.p-round.p-smooth {
    display: flex;
}
.path-orderinformations .layout-region.col-md-4.cust_wd_4.ord .bld {
    font-size: 12px;
}
.path-orderinformations .ord h4 {
    color: #000;
    font-weight: 700;
    font-size: 15px;
}
.path-checkout .view:hover {
     color: #000 !important; 
     background-color: unset; 
}
.path-checkout .view {
     color: #000; 
     background: unset; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.path-checkout h1,h3{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.path-cartpage .group-quantity-button {
    display: flex;
}
.path-checkout .button-checkout {

    background: #00387d;
    border-color: #00387d;
    display: table;
    margin: 0 auto;
    width: 30%;
   
}


/* custom Radio Button */

 

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 25px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #afafaf;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #bf0131;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.right_border::after {
    content: '';
    height: 50px;
    width: 1px;
    background: #bf0131;
    padding: 1px;
    margin: 8px 25px;
    position: relative;
    right: 0;
    top: 0;
    display: block;
}
.select_compact {
    min-width: 165px;
    cursor: pointer;
}

.order_placed {
  margin:100px 0 75px 0;
  padding: 75px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #e8e8e8;
  background-color: #f9f9f9;

}
.orderplaced_logo {
  margin:20px 0;
}
.order_placed .order_header {
  font-size:28px;
  font-weight:500;
  vertical-align:middle;
  color:#55a546;
  text-align:center;
  margin:30px 0;
}
.order_error {
  color: #d0403f !important;
}
.order_notfound {
  color:#4a4a4a !important;
}
.order_placed > .order_header > img {
  width: 50px;
  display: inline-block;
}
.order_placed h3 {
  font-size: 22px;
  font-weight: 600;
  margin:30px 0;
}
.order_placed h4 {
  padding: 30px 0;
  border-top: 1px solid #e8e8e8;
}
.order_placed_ads {
  text-align:center;
}
.order_placed_ads img {
  width: auto;
  margin:0px auto;
}

.ordered_feature_product {
  width: 160px;
  height: 100%;
  float: left;
  display: inline-block;
  padding:0;
  margin: 0 0px 0px 0px;
  border-radius: 0;
  border: none;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.ordered_feature_product img{
  max-width: 70px;
  max-height: 70px;
  margin:0px auto;
}
.ordered_feature_img {
  width: 150px;
  height: 70px;
  /* display: -webkit-inline-box; */
  margin: 5px;
  padding: 5px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  /*
  width: 160px;
  height: 130px;
  max-width: 100%;
  display: block;
  margin: 0 auto; */
}
.ordered_feature_product h5 {
  font: 600 14px "Lato",sans-serif;
  color:#333;
  padding: 15px 5px 3px 5px;
  margin: 0px 0px 0px 0px;
  clear: both;
  text-align: left;
  border-top: 1px solid #B4B4B4;
  position: relative;
}
.ordered_feature_product h5:after {
  background: url(../images/down_arrow.png) center no-repeat;
  /* content: "\f107"; */
  content: "";
  font-family: "FontAwesome";
  width: 15px;
  left: 20px;
  height: 7px;
  position: absolute;
  top: -1px;
  display: block;
}
.path-orderinformations .fl_l.bld.coupon_title {
    margin-bottom: 10px;
}
.field-row.star-row.col-xs-12.col-sm-12.form-group {
    display: none;
}

/*User Order*/
.path-user-orders .ord_fll {
    border: 1px solid #d7d7d7;
}
.path-user-orders .ord_header {
    padding: 10px 0;
    background: #F9F9F9;
    display: flex;
    width: 100%;
}
.path-user-orders .col8 {
    width: 75%;
    font-size: 18px;
    color: #333;
}
.path-user-orders .dte {
    padding: 5px 20px;
}
.path-user-orders .dte a {
    /* background: #bf0131; */
    /* color: #f5f5f5; */
    color: #333;
    padding: 7px 5px;
    border-radius: 3px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}
.path-user-orders .col-6-12 {
    padding-top: 4px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
}
.path-user-orders span.ord_ttl {
    text-transform: capitalize;
}
.path-user-orders span.ord_ttl-inr {
    font-weight: 400;
    font-size: 16px;
}
.path-user-orders .dtl_fll {
    width: 100%;
    display: inline-block;
    padding: 18px 10px;
}
.path-user-orders .col-5 {
    width: 15%;
    margin-right: 10px;
}
.path-user-orders .col-8 {
    width: 25%;
    display: flex;
    align-items: center;
}
.path-user-orders .col-1-12_cl {
    width: 10%;
    margin-right: 10px;
}
.path-user-orders .col-1-12_fl {
    font-weight: 400;
    width: 10%;
    font-size: 18px;
    color:#333;
}
.path-user-orders .col-1-12 {
    font-weight: 400;
    width: 10%;
    font-size: 18px;
    color:#333;
}
.path-user-orders .col-3-12 {
    width: 10%;
}
.path-user-orders .immg {
    width: 100px;
}
.path-user-orders .col-8 a {
    font-weight: 400;
    white-space: normal;
    color: #333;
    font-size: 17px;
}
.path-user-orders .hidden {
    display: none!important;
}
.path-user-orders .status_cmplt {
    font-weight: bold;
}
.path-user-orders .pay_fll {
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
}
.path-user-orders .row_ord_flx {
    display: flex;
}
.path-user-orders .container.mb0.ng-scope {
    margin-bottom: 10px;
}
.path-user-orders .display_none{
  display: none;
}
@media (max-width: 750px) {
.path-user-orders .row_ord_flx {
     display: block; 
}
.path-user-orders .col-5 {
    width: 100%;
    margin-bottom: 10px;
}
.path-user-orders .col-8 {
    width: 100%;
}
.path-user-orders .col-1-12_cl {
    width: 100%;
    margin-bottom: 10px;
}
.path-user-orders .col-1-12_fl {
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}
.path-user-orders .col-1-12 {
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}
.path-user-orders .col-3-12 {
    width: 100%;
    margin-bottom: 10px;
}
.path-user-orders .ord_header {
    padding: 10px 0;
    background: #F9F9F9;
    display: block;
    width: 100%;
}
.path-user-orders .col8 {
    width: 100%;
}
.path-user-orders .dte {
    padding: 5px 12px;
}
.path-user-orders .col-6-12 {
    padding-top: 0px; 
    width: 100%; 
    display: block; 
    align-items: center; 
    justify-content: flex-end; 
    padding-right: 0px; 
    padding: 5px 12px;
}
}
@media (min-width:751px) and (max-width:991px) {
  .path-user-orders .row_ord_flx {
     display: block; 
}
  .path-user-orders .col-5 {
    width: 100%;
    margin-bottom: 10px;
}
.path-user-orders .col-8 {
    width: 100%;
}
.path-user-orders .col-1-12_cl {
    width: 100%;
    margin-bottom: 10px;
}
.path-user-orders .col-1-12_fl {
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}
.path-user-orders .col-1-12 {
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}
.path-user-orders .col-3-12 {
    width: 100%;
    margin-bottom: 10px;
}
.path-user-orders .ord_header {
    padding: 10px 0;
    background: #F9F9F9;
    display: block;
    width: 100%;
}
.path-user-orders .col8 {
    width: 100%;
}
.path-user-orders .dte {
    padding: 5px 12px;
}
.path-user-orders .col-6-12 {
    padding-top: 0px; 
    width: 100%; 
    display: block; 
    align-items: center; 
    justify-content: flex-end; 
    padding-right: 0px; 
    padding: 5px 12px;
}
.path-user-orders div#block-home-content{
    width: 100%;
    height: 100%;
    display: table;
}
.path-user-orders .container.mb0.ng-scope {
    margin-bottom: 10px;
    display: flex;
    width: 50%;
    float: left;
}
.path-user-orders .row_ord {
    width: 100%;
}
}
span.ord_ttl {
    font-weight: bold;
}
.path-user-orders span.ord_ttl {
    font-weight: 400;
}
.path-user-profile .bll_dtl input,.path-user-profile .shp_dtl input,
.path-user-profile .bll_dtl select,.path-user-profile .shp_dtl select{
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    height: 34px;
}
.path-user-profile .upt_btn input{
    color: #fff;
    padding: 8px 12px;
}
.menu-item.menu-item--expanded ul.menu.show {
    position: absolute;
    z-index: 9;
    width: auto;
    -moz-box-shadow: 0px 0px 12px 0px rgba(127,127,127,0.57);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(127,127,127,0.57);
    box-shadow: 0px 0px 12px 0px rgba(127,127,127,0.57);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: auto;
}
li.menu-item.menu-item--expanded ul {
    display: none;
}
.menu-item.menu-item--expanded ul.menu.show li {
    display: block;
    float: none;
    padding: 10px;
    margin: 0;
    max-height: 373px;
    overflow: auto;
    border-bottom: 1px solid #f1eeea;
    background: #fff;
    color: #fff !important;
}
.menu-item.menu-item--expanded ul.menu.show li a {
    padding: 7px 12px;
    color: #3a3a3a !important;
    border: none;
    font-family: "Lato",sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.71px;
}
/*End User Order*/


/*ERP Order*/
.path-erp-orders .ord_fll {
    border: 1px solid #d7d7d7;
}
.path-erp-orders .ord_header {
    padding: 10px 0;
    background: #F9F9F9;
    display: flex;
    width: 100%;
}
.path-erp-orders .col8 {
    width: 75%;
    font-size: 18px;
    color: #333;
}
.path-erp-orders .dte {
    padding: 5px 20px;
}
.path-erp-orders .dte a {
    /* background: #bf0131; */
    /* color: #f5f5f5; */
    color: #333;
    padding: 7px 5px;
    border-radius: 3px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}
.path-erp-orders .col-6-12 {
    padding-top: 4px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
}
.path-erp-orders span.ord_ttl {
    text-transform: capitalize;
}
.path-erp-orders span.ord_ttl-inr {
    font-weight: 400;
    font-size: 16px;
}
.path-erp-orders .dtl_fll {
    width: 100%;
    display: inline-block;
    padding: 18px 10px;
}
.path-erp-orders .col-5 {
    width: 15%;
    margin-right: 10px;
}
.path-erp-orders .col-8 {
    width: 25%;
    display: flex;
    align-items: center;
}
.path-erp-orders .col-1-12_cl {
    width: 10%;
    margin-right: 10px;
}
.path-erp-orders .col-1-12_fl {
    font-weight: 400;
    width: 10%;
    font-size: 18px;
    color:#333;
}
.path-erp-orders .col-1-12 {
    font-weight: 400;
    width: 10%;
    font-size: 18px;
    color:#333;
}
.path-erp-orders .col-3-12 {
    width: 10%;
}
.path-erp-orders .immg {
    width: 100px;
}
.path-erp-orders .col-8 a {
    font-weight: 400;
    white-space: normal;
    color: #333;
    font-size: 17px;
}
.path-erp-orders .hidden {
    display: none!important;
}
.path-erp-orders .status_cmplt {
    font-weight: bold;
}
.path-erp-orders .pay_fll {
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
}
.path-erp-orders .row_ord_flx {
    display: flex;
}
.path-erp-orders .container.mb0.ng-scope {
    margin-bottom: 10px;
}
.path-erp-orders .display_none{
  display: none;
}
@media (max-width: 750px) {
.path-erp-orders .row_ord_flx {
     display: block; 
}
.path-erp-orders .col-5 {
    width: 100%;
    margin-bottom: 10px;
}
.path-erp-orders .col-8 {
    width: 100%;
}
.path-erp-orders .col-1-12_cl {
    width: 100%;
    margin-bottom: 10px;
}
.path-erp-orders .col-1-12_fl {
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}
.path-erp-orders .col-1-12 {
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}
.path-erp-orders .col-3-12 {
    width: 100%;
    margin-bottom: 10px;
}
.path-erp-orders .ord_header {
    padding: 10px 0;
    background: #F9F9F9;
    display: block;
    width: 100%;
}
.path-erp-orders .col8 {
    width: 100%;
}
.path-erp-orders .dte {
    padding: 5px 12px;
}
.path-erp-orders .col-6-12 {
    padding-top: 0px; 
    width: 100%; 
    display: block; 
    align-items: center; 
    justify-content: flex-end; 
    padding-right: 0px; 
    padding: 5px 12px;
}
}
@media (min-width:751px) and (max-width:991px) {
  .path-erp-orders .row_ord_flx {
     display: block; 
}
  .path-erp-orders .col-5 {
    width: 100%;
    margin-bottom: 10px;
}
.path-erp-orders .col-8 {
    width: 100%;
}
.path-erp-orders .col-1-12_cl {
    width: 100%;
    margin-bottom: 10px;
}
.path-erp-orders .col-1-12_fl {
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}
.path-erp-orders .col-1-12 {
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}
.path-erp-orders .col-3-12 {
    width: 100%;
    margin-bottom: 10px;
}
.path-erp-orders .ord_header {
    padding: 10px 0;
    background: #F9F9F9;
    display: block;
    width: 100%;
}
.path-erp-orders .col8 {
    width: 100%;
}
.path-erp-orders .dte {
    padding: 5px 12px;
}
.path-erp-orders .col-6-12 {
    padding-top: 0px; 
    width: 100%; 
    display: block; 
    align-items: center; 
    justify-content: flex-end; 
    padding-right: 0px; 
    padding: 5px 12px;
}
.path-erp-orders div#block-home-content{
    width: 100%;
    height: 100%;
    display: table;
}
.path-erp-orders .container.mb0.ng-scope {
    margin-bottom: 10px;
    display: flex;
    width: 50%;
    float: left;
}
.path-erp-orders .row_ord {
    width: 100%;
}
}
span.ord_ttl {
    font-weight: bold;
}
.path-erp-orders span.ord_ttl {
    font-weight: 400;
}




/*End ERP Order*/

/*part_searchlist*/
@media (min-width:320px) and (max-width:700px) {
.search-part-box ul.dis-inline-block {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.search-part-box li.dis-inline-block {
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
}
.search-part-box li .form-control {
    display: block;
    width: 95%;
    height: 34px;
    min-width: 97px;
}
li.tble.dis-inline-block input {
    width: 95px;
    position: relative;
    left: -15px;
}
}
@media (min-width:701px) and (max-width:991px) {
.search-part-box ul.dis-inline-block {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.search-part-box li.dis-inline-block {
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
}
.search-part-box li .form-control {
    display: block;
    width: 300px !important;
    height: 34px;
    min-width: 97px;
    max-width: 300px !important;
    margin: 10px 0;
}
li.tble.dis-inline-block input {
    width: 95px;
    position: relative;
    left: -15px;
}
.search-part-box .col-sm-12{
  display: table;
  margin:0 auto;
}
}
@media (min-width:992px) and (max-width:1208px) {

div#fitment_search ul {
    display: block !important;
}
li.tble.dis-inline-block {
    display: table;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 10px;
}
.search-part-box .dis-inline-block {
    vertical-align: middle;
}
.path-part-searchelastic .select_compact {
    min-width: 100px;
    cursor: pointer;
    width: auto !important;
    margin: 0 10px !important;
    padding: 0 5px !important;
}
.path-part-searchelastic ul.dis-inline-block.padd-left {
    margin: 0;
    padding: 0;
}
.path-part-searchelastic .select_compact option::placeholder {
font-size: 13px;
  }
}
@media (min-width:992px) and (max-width:1150px) {
.path-part-searchelastic .select_compact {
    min-width: 100px;
    cursor: pointer;
    width: auto !important;
    margin: 0 10px !important;
    padding: 0 5px !important;
}
.path-part-searchelastic ul.dis-inline-block.padd-left {
    margin: 0;
    padding: 0;
}
.path-part-searchelastic .select_compact option::placeholder {
font-size: 13px;
  }


}
@media (min-width:1151px) {
.path-part-searchelastic select.select_compact{
    width: auto !important;
    min-width: 100px !important;
    margin: 0 10px !important;
}
.search-part-box .dis-inline-block{
  padding: 0;
  margin:0;
}
}
.tble.dis-inline-block{
	display: block;
}
div#fitment_search {
    display: table;
    margin: 0 auto;
}
div#fitment_search ul {
    display: table;
    padding-bottom: 15px;
}
.right_border.dis-inline-block {
    display: none;
}
.tble.dis-inline-block {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tble.dis-inline-block .form-group {
    padding-right: 25px;
    padding-top: 15px;
}
div#general_search {
    margin: 0 auto;
}
/*End part_searchlist*/
/*cartpage*/
section#emptyclass img{
  display: table;
  margin: 0 auto;
  width: 320px;
}
section#emptyclass h3{
  display: table;
  margin: 0 auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 10px 0;
  font-size: 21px;
  font-weight: bold;
}
section#emptyclass h4{
  display: table;
  margin: 0 auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 10px 0;
}
section#emptyclass a{
  display: table;
  margin: 0 auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 10px 0;
}
@media (min-width:450px) {
  section#emptyclass h3 {
    font-size: 17px;
}
section#emptyclass h4 {
    font-size: 14px;
    text-align: center;
    line-height: 1.4em;
}
}
@media (max-width:373px) {
.search-part-box label {
    font-size: 13px !important;
}
}
@media (max-width:470px) {
.dis-inline-block .input-text_1 {
    width: 215px;
}
}
/*End cartpage*/
/*order page*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
    .path-user-orders .order_his{
      display: block !important;
    }
    .path-user-orders .ord_table table{
      display: block !important;
    }
    /* Force table to not be like tables anymore */
    .path-user-orders .order_his table, .order_his thead, .order_his tbody, .order_his th, .order_his td, .order_his tr {
      display: block;
    }
    .path-user-orders .ord_table table,.ord_table thead,.ord_table tbody,.ord_table th,.ord_table td,.ord_table tr{
      display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .path-user-orders .order_his table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    .path-user-orders .ord_table table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    .path-user-orders .order_his table tr {
      margin: 0 0 1rem 0;
    }
    .path-user-orders .ord_table table tr {
      margin: 0 0 1rem 0;
    }
      
    .path-user-orders .order_his table tr:nth-child(odd) {
      background: #f5f5f5;
    }
    .path-user-orders .ord_table table tr:nth-child(odd) {
      background: #f5f5f5;
    }
    
    .path-user-orders .order_his table td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50% !important;
    }
    .path-user-orders .ord_table table td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50% !important;
    }

    .path-user-orders .order_his table td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 15px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
    }
    .path-user-orders .ord_table table td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 5px;
      left: 5px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
    }
    .path-user-orders .order_his table td:nth-of-type(1):before { content: "Order Id"; }
    .path-user-orders .order_his table td:nth-of-type(2):before { content: "Order Date"; }
    .path-user-orders .order_his table td:nth-of-type(3):before { content: "Order Value"; }
    .path-user-orders .order_his table td:nth-of-type(4):before { content: "Qty"; }
    .path-user-orders .order_his table td:nth-of-type(5):before { content: "Re-Order"; }
    .path-user-orders .order_his table td:nth-of-type(6):before { content: "List Name"; }

    .path-user-orders .ord_table table td:nth-of-type(1):before { content: "S.No"; }
    .path-user-orders .ord_table table td:nth-of-type(2):before { content: "Part#"; }
    .path-user-orders .ord_table table td:nth-of-type(3):before { content: "Reference#"; }
    .path-user-orders .ord_table table td:nth-of-type(4):before { content: "Description"; }
    .path-user-orders .ord_table table td:nth-of-type(5):before { content: "Price"; }
    .path-user-orders .ord_table table td:nth-of-type(6):before { content: "Quantity"; }
    .path-user-orders .ord_table table td:nth-of-type(7):before { content: "BO"; }
    .path-user-orders .ord_table table td:nth-of-type(8):before { content: "Invoice Quantity"; }
    .path-user-orders .ord_table table td:nth-of-type(9):before { content: "Total"; }


  /*erp order*/
     .path-erp-orders .order_his{
      display: block !important;
    }
    .path-erp-orders .ord_table table{
      display: block !important;
    }
    /* Force table to not be like tables anymore */
    .path-erp-orders .order_his table, .order_his thead, .order_his tbody, .order_his th, .order_his td, .order_his tr {
      display: block;
    }
    .path-erp-orders .ord_table table,.ord_table thead,.ord_table tbody,.ord_table th,.ord_table td,.ord_table tr{
      display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .path-erp-orders .order_his table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    .path-erp-orders .ord_table table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    .path-erp-orders .order_his table tr {
      margin: 0 0 1rem 0;
    }
    .path-erp-orders .ord_table table tr {
      margin: 0 0 1rem 0;
    }
      
    .path-erp-orders .order_his table tr:nth-child(odd) {
      background: #f5f5f5;
    }
    .path-erp-orders .ord_table table tr:nth-child(odd) {
      background: #f5f5f5;
    }
    
    .path-erp-orders .order_his table td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50% !important;
    }
    .path-erp-orders .ord_table table td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50% !important;
    }

    .path-erp-orders .order_his table td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 15px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
    }
    .path-erp-orders .ord_table table td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 5px;
      left: 5px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
    }
    .path-erp-orders .order_his table td:nth-of-type(1):before { content: "Order Id"; }
    .path-erp-orders .order_his table td:nth-of-type(2):before { content: "Order Date"; }
    .path-erp-orders .order_his table td:nth-of-type(3):before { content: "Order Value"; }
    .path-erp-orders .order_his table td:nth-of-type(4):before { content: "Qty"; }
    .path-erp-orders .order_his table td:nth-of-type(5):before { content: "Re-Order"; }
    .path-erp-orders .order_his table td:nth-of-type(6):before { content: "List Name"; }

    .path-erp-orders .ord_table table td:nth-of-type(1):before { content: "S.No"; }
    .path-erp-orders .ord_table table td:nth-of-type(2):before { content: "Part#"; }
    .path-erp-orders .ord_table table td:nth-of-type(3):before { content: "Reference#"; }
    .path-erp-orders .ord_table table td:nth-of-type(4):before { content: "Description"; }
    .path-erp-orders .ord_table table td:nth-of-type(5):before { content: "Price"; }
    .path-erp-orders .ord_table table td:nth-of-type(6):before { content: "Quantity"; }
    .path-erp-orders .ord_table table td:nth-of-type(7):before { content: "BO"; }
    .path-erp-orders .ord_table table td:nth-of-type(8):before { content: "Invoice Quantity"; }
    .path-erp-orders .ord_table table td:nth-of-type(9):before { content: "Total"; }

  /* erp order*/

  }
.path-user-orders .order_his{
  	display: table;
    border: 2px solid #ccc;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 25px;
}
.path-user-orders .order_his table th {
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 13px 16px;
    font-weight: 300;
    background: #337ab7;
    color: #fff;
}
.path-user-orders .order_his table th:last-child {
    border-right:none;
}
/*.order_his table th:last-child {
    border-bottom: none;
}*/
.path-user-orders .order_his table tr{
    padding: 0;
    border-bottom: 1px solid #ccc;
}
.path-user-orders .order_his table td {
    padding: 13px 16px;
    border-right: 1px solid #ccc;
}
.path-user-orders .order_his table tr:last-child {
    border-bottom: none;
}
.path-user-orders .order_his table td:last-child {
    border-right: none;
    border-bottom: none;
}
.path-user-orders td.reord a {
    border: 1px solid rgb(0 128 0 / 85%);
    padding: 6px 12px;
    color: #fff;
    background: rgb(0 128 0 / 85%);
    border-radius: 5px;
    font-size: 13px;
}
.path-user-orders td.ID a {
    text-decoration: underline;
}
.path-user-orders div#sc_div_option {
    /*background: #f5f5f5;*/
    width: 90%;
    /*display: table;*/
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}
.path-user-orders .modal-open {
    overflow: auto;
    min-height: 630px;
    height: 100%;
    max-height: 1000px;
}

/*erp order*/
.path-erp-orders .order_his{
    display: table;
    border: 2px solid #ccc;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 25px;
}
.path-erp-orders .order_his table th {
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 13px 16px;
    font-weight: 300;
    background: #337ab7;
    color: #fff;
}
.path-erp-orders .order_his table th:last-child {
    border-right:none;
}
/*.order_his table th:last-child {
    border-bottom: none;
}*/
.path-erp-orders .order_his table tr{
    padding: 0;
    border-bottom: 1px solid #ccc;
}
.path-erp-orders .order_his table td {
    padding: 13px 16px;
    border-right: 1px solid #ccc;
}
.path-erp-orders .order_his table tr:last-child {
    border-bottom: none;
}
.path-erp-orders .order_his table td:last-child {
    border-right: none;
    border-bottom: none;
}
.path-erp-orders td.reord a {
    border: 1px solid rgb(0 128 0 / 85%);
    padding: 6px 12px;
    color: #fff;
    background: rgb(0 128 0 / 85%);
    border-radius: 5px;
    font-size: 13px;
}
.path-erp-orders td.ID a {
    text-decoration: underline;
}
.path-erp-orders div#sc_div_option {
    /*background: #f5f5f5;*/
    width: 90%;
    /*display: table;*/
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}
.path-erp-orders .modal-open {
    overflow: auto;
    min-height: 630px;
    height: 100%;
    max-height: 1000px;
}

/*erp order */


@media only screen and (min-device-width: 768px){
.path-user-orders #sc_div_option .modal-dialog {
    width: auto;
    display: table;
    margin: 30px auto;
}

.path-erp-orders #sc_div_option .modal-dialog {
    width: auto;
    display: table;
    margin: 30px auto;
}

}
.path-user-orders #sc_div_option .modal-content {
    padding: 5px 15px;
    text-transform: capitalize;
}
.path-user-orders #sc_div_option .modal-content h1 {
    font-size: 22px;
    margin: 8px 0;
    padding: 8px 0;
    text-transform: capitalize;
    color: #337ab7;
}
.path-user-orders .ord_ins.bld {
    font-weight: 700;
    padding-right: 5px;
}
.path-user-orders .ord_ins {
    display: inline-block;
}
.path-user-orders .modal_order {
    display: block;
}
.path-user-orders .od_dtl_h {
    display: inline-block;
    margin-right: 15px;
}
.path-user-orders .modal_order {
    display: block;
}
.path-user-orders .ord_ins.bld {
    font-weight: 700;
    padding-right: 5px;
}
.path-user-orders .ord_ins {
    display: inline-block;
}
.path-user-orders .bllinf {
    display: table-caption;
}
.path-user-orders .od_dtl {
    display: block;
}
.path-user-orders .od_dtl_h h5 {
    display: inline-block;
    font-weight: 600;
}
.path-user-orders .od_dtl_h p {
    display: inline-block;
}
.path-user-orders .ord_table tr {
    border-bottom: 1px solid #ccc;
}
.path-user-orders .ord_table th {
    border-right: 1px solid #ccc;
    padding: 4px 12px;
}
.path-user-orders .ord_table td {
    border: 1px solid #ccc;
    padding: 4px 12px;
    color: #918686;
}
.path-user-orders .ord_table table {
    border: 1px solid #ccc;
    padding: 0 0;
    display: table;
}
.path-user-orders .grd h6 {
    display: inline-block;
    padding-right: 6px;
    font-weight: 600;
    color: #918686;
}

/*erp order*/
.path-erp-orders #sc_div_option .modal-dialog {
    width: auto;
    display: table;
    margin: 30px auto;
}


.path-erp-orders #sc_div_option .modal-content {
    padding: 5px 15px;
    text-transform: capitalize;
}
.path-erp-orders #sc_div_option .modal-content h1 {
    font-size: 22px;
    margin: 8px 0;
    padding: 8px 0;
    text-transform: capitalize;
    color: #337ab7;
}
.path-erp-orders .ord_ins.bld {
    font-weight: 700;
    padding-right: 5px;
}
.path-erp-orders .ord_ins {
    display: inline-block;
}
.path-erp-orders .modal_order {
    display: block;
}
.path-erp-orders .od_dtl_h {
    display: inline-block;
    margin-right: 15px;
}
.path-erp-orders .modal_order {
    display: block;
}
.path-erp-orders .ord_ins.bld {
    font-weight: 700;
    padding-right: 5px;
}
.path-erp-orders .ord_ins {
    display: inline-block;
}
.path-erp-orders .bllinf {
    display: table-caption;
}
.path-erp-orders .od_dtl {
    display: block;
}
.path-erp-orders .od_dtl_h h5 {
    display: inline-block;
    font-weight: 600;
}
.path-erp-orders .od_dtl_h p {
    display: inline-block;
}
.path-erp-orders .ord_table tr {
    border-bottom: 1px solid #ccc;
}
.path-erp-orders .ord_table th {
    border-right: 1px solid #ccc;
    padding: 4px 12px;
}
.path-erp-orders .ord_table td {
    border: 1px solid #ccc;
    padding: 4px 12px;
    color: #918686;
}
.path-erp-orders .ord_table table {
    border: 1px solid #ccc;
    padding: 0 0;
    display: table;
}
.path-erp-orders .grd h6 {
    display: inline-block;
    padding-right: 6px;
    font-weight: 600;
    color: #918686;
}

/*erp order*/


.EmptyOrder h3{
	text-transform: capitalize;
	font-size: 15px;
}
.EmptyOrder .checkout{
	margin: 0 5px;
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    letter-spacing: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #00387d;
    font-size: 13px;
}
/*end order page*/
.search-part-box .dis-block {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}
.search-part-box .form-group {
    padding-right: 20px;
}
.sccrl{
	overflow-y: scroll;
    height: auto;
    max-height: 350px;
    min-height: 250px;
}
div#prod_specific_tab th {
    padding: 5px 12px;
    border: 2px solid #efefef;
}
div#prod_specific_tab td {
    border: 2px solid #efefef;
    padding: 5px 12px;
}
/*End custom fa css safety*/
@media (min-width:1150px) {
.path-orderinformations .layout-checkout-form.clearfix.container.mg_b {
    width: 90%;
}
.path-orderinformations .layout-region.col-md-8.cust_wd_8 {
    box-shadow: 1px 1px 16px 6px rgba(228, 227, 227, 0.75);
    width: 50%;
}
.path-orderinformations .layout-region.col-md-4.cust_wd_4.ord {
    width: 50%;
}
.fl_rgg {
    float: left;
    width: 20%;
}
.fl_lff {
    float: left;
    width: 80%;
}
.price_color_ord_inf {
    float: right;
}
.path-checkout .layout-checkout-form.clearfix.container {
    margin: 20px auto;
}
.layout-region.layout-region-checkout-main .col-md-6 {
    width: 100%;
}
.layout-region-checkout-main{
  width: 50%;
}
.layout-region-checkout-secondary {
    float: right;
    width: 50%;
}
}
.path-part-searchelastic .dis-tble-at {
    display: table;
    margin: 0 auto;
    padding-top: 10px;
}
.prod_specification table {
    border: solid 1px #dcdcdc;
    width: 100%;
    overflow-x: scroll;
}
.prod_specification tr td {
    padding: 6px 12px !important;
    border-bottom: solid 1px #dcdcdc;
}
.prod_specification tr th {
    border: solid 1px #dcdcdc;
    padding: 6px 12px !important;
}
.prod_specification tr td h4 {
    text-align: center;
    padding: 0;
}
.prod_specification {
    overflow-x: auto;
}
.prod_specification tr th b {
    font-weight: 500;
}
.data_filter.ccl_ins ul{
  margin: 0;
  padding: 0;
}
body.path-part-searchelastic ul {
  padding: 0;
}
ul.listul li a{
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    color: #4D5256;
}
a.order_id_desc{​​​​​​​
  text-decoration:underline;
}
.float-r {​​​​​​​
  float:right;
}
.btn_primary {​​​​​​​
  background:#337ab7;
  color:#fff;
}
.btn_cancel {​​​​​​​
  background:#eaeaea;
}
.vertical-middle {​​​​​​​
  vertical-align:middle !important;
}
 .manage_invoice {​​​​​​​
   z-index: 99999 !important; /* Sit on top */
   left: 0;
   top: 0;
   width: 100%; /* Full width */
   height: 100%; /* Full height */
   overflow: auto; /* Enable scroll if needed */
   background-color: rgb(0,0,0); /* Fallback color */
   background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
 }
.pagination.pagi_master.ng-scope ul {
    display: flex;
    padding: 0;
}
.pagination.pagi_master.ng-scope ul li a {
    padding: 2px 5px;
    background: #00387d;
    margin: 0 5px;
    color: #f5f5f5;
}
.pagination.pagi_master.ng-scope ul li.active a {
    background: #e31936;
}


